Skip to content

Commit

Permalink
- Fixes invisible sidebar on macOS Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
glushchenko committed Oct 3, 2023
1 parent 2e5ecab commit 019c8d2
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 151 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
value = "YES"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "IDELogRedirectionPolicy"
value = "oslogToStdio"
isEnabled = "YES">
</EnvironmentVariable>
</EnvironmentVariables>
</LaunchAction>
<ProfileAction
Expand Down
4 changes: 4 additions & 0 deletions FSNotes/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuDelegate {
return true
}

func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool {
return true
}

public static func getEditTextViews() -> [EditTextView] {
var views = [EditTextView]()

Expand Down
Loading

0 comments on commit 019c8d2

Please sign in to comment.