feat: sort files by name (#1001)
This commit is contained in:
@@ -6,8 +6,6 @@ export function isDesktopDevice(x: DeviceInterface): x is DesktopDeviceInterface
|
||||
return x.environment === Environment.Desktop
|
||||
}
|
||||
|
||||
export interface DesktopDeviceInterface
|
||||
extends WebOrDesktopDeviceInterface,
|
||||
WebClientRequiresDesktopMethods {
|
||||
export interface DesktopDeviceInterface extends WebOrDesktopDeviceInterface, WebClientRequiresDesktopMethods {
|
||||
environment: Environment.Desktop
|
||||
}
|
||||
|
||||
@@ -32,10 +32,7 @@ export interface DesktopClientRequiresWebMethods {
|
||||
|
||||
windowLostFocus(): void
|
||||
|
||||
onComponentInstallationComplete(
|
||||
componentData: DecryptedTransferPayload,
|
||||
error: unknown,
|
||||
): Promise<void>
|
||||
onComponentInstallationComplete(componentData: DecryptedTransferPayload, error: unknown): Promise<void>
|
||||
|
||||
requestBackupFile(): Promise<string | undefined>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user