mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-09 00:05:46 +00:00
mac no alert
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ actual class FileChooserLauncher actual constructor() {
|
||||
}
|
||||
if (res == null) {
|
||||
onResult(null)
|
||||
} else if (!res.exists()) {
|
||||
} else if (desktopPlatform.isMac() || !res.exists()) { // mac has an alert confirmation if the file exists
|
||||
onResult(res.toURI())
|
||||
} else {
|
||||
showSaveRenameFileAlert(res, onResult)
|
||||
|
||||
Reference in New Issue
Block a user