Skip to content

Commit

Permalink
Indicate that app not usable yet
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 1, 2023
1 parent bebfb8d commit 3051985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/infrastructure/ui/header_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,10 @@ impl HeaderPanel {
}),
item("Open Pot Browser", || MainMenuAction::OpenPotBrowser),
#[cfg(feature = "playtime")]
item("Show App", || MainMenuAction::ShowApp),
item("Show App (not usable yet)", || MainMenuAction::ShowApp),
#[cfg(feature = "playtime")]
item_with_opts(
"Close App",
"Close App (not usable yet)",
ItemOpts {
enabled: app_is_open,
checked: false,
Expand Down

0 comments on commit 3051985

Please sign in to comment.