From 30519858ee021bb40accf16ce3eea41df0689a42 Mon Sep 17 00:00:00 2001 From: Benjamin Klum Date: Wed, 1 Nov 2023 23:26:55 +0100 Subject: [PATCH] Indicate that app not usable yet --- main/src/infrastructure/ui/header_panel.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/src/infrastructure/ui/header_panel.rs b/main/src/infrastructure/ui/header_panel.rs index 62c7bc310..f0219a6da 100644 --- a/main/src/infrastructure/ui/header_panel.rs +++ b/main/src/infrastructure/ui/header_panel.rs @@ -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,