mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Enable menu option to launch menulibre to configure the menu - Add MENULIBRE option (on by defualt) to add a runtime dependency on menulibre
10 lines
247 B
C++
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;
|
|
}
|
|
|