Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitabobko committed Oct 27, 2023
1 parent 4a272d4 commit 3c089fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrayMenuModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class TrayMenuModel: ObservableObject {

@Published var trayText: String = ""
/// Is "layouting" enabled
@Published var isEnabled: Bool = true
@Published var isEnabled: Bool = true // todo make all windows visible once disabled
}

func updateTrayText() {
Expand Down

0 comments on commit 3c089fd

Please sign in to comment.