ports/x11/xfce4-whiskermenu-plugin/files/patch-panel-plugin_settings.cpp
Guido Falsi e23ace75b7 x11/xfce4-whiskermenu-plugin: Update to 2.9.0
- Enable menu option to launch menulibre to configure the menu
- Add MENULIBRE option (on by defualt) to add a runtime dependency
  on menulibre
2025-02-01 16:10:16 +01:00

10 lines
247 B
C++

--- panel-plugin/settings.cpp.orig 2025-01-30 14:00:16 UTC
+++ panel-plugin/settings.cpp
@@ -188,6 +188,7 @@ void Settings::load(const gchar* file, bool is_default
{
if (!file)
{
+ command[CommandProfile]->set_shown(false);
return;
}