mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-04-25 01:58:52 +02:00
chore: remove shortcut
This commit is contained in:
@@ -11,6 +11,8 @@ import SwiftUI
|
||||
final class Application: NSObject, ObservableObject {
|
||||
@Published var memoObject: MemoObject?
|
||||
@Published private(set) var sidebarVisibility: SidebarVisibility = .shown
|
||||
|
||||
lazy var newMemoPublisher = PassthroughSubject<Void, Never>()
|
||||
}
|
||||
|
||||
extension Application {
|
||||
|
||||
Reference in New Issue
Block a user