mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[macOS] Fixed bug 34729
This commit is contained in:
@ -742,7 +742,7 @@
|
||||
openPanel.allowsMultipleSelection = NO;
|
||||
openPanel.canChooseFiles = YES;
|
||||
openPanel.allowedFileTypes = filter;
|
||||
openPanel.directoryURL = [NSURL URLWithString:directory];
|
||||
openPanel.directoryURL = [NSURL fileURLWithPath:directory];
|
||||
|
||||
[openPanel beginSheetModalForWindow:[NSApp mainWindow] completionHandler:^(NSInteger result){
|
||||
[openPanel orderOut:self];
|
||||
@ -775,7 +775,7 @@
|
||||
openPanel.allowsMultipleSelection = NO;
|
||||
openPanel.canChooseFiles = YES;
|
||||
openPanel.allowedFileTypes = [ASCConstants images];
|
||||
openPanel.directoryURL = [NSURL URLWithString:directory];
|
||||
openPanel.directoryURL = [NSURL fileURLWithPath:directory];
|
||||
|
||||
[openPanel beginSheetModalForWindow:[NSApp mainWindow] completionHandler:^(NSInteger result){
|
||||
[openPanel orderOut:self];
|
||||
|
||||
@ -238,11 +238,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.2.2</string>
|
||||
<string>4.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>139</string>
|
||||
<string>153</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.productivity</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user