mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-05-01 02:28:59 +00:00
refactor: cleanup
This commit is contained in:
@@ -15,7 +15,6 @@ export async function askForConfirmation(
|
||||
abortTitle,
|
||||
},
|
||||
})
|
||||
dialog.show()
|
||||
|
||||
let resolvePromise: (value: boolean) => void
|
||||
const resultPromise = new Promise<boolean>(resolve => {
|
||||
|
||||
Reference in New Issue
Block a user