mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
5b4ef58744
Thanks to Skaendo. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
18 lines
742 B
Diff
18 lines
742 B
Diff
--- Cinnamon-4.0.2/files/usr/share/cinnamon/applets/menu@cinnamon.org/settings-schema.json.orig 2018-11-26 01:17:37.106000000 +0700
|
|
+++ Cinnamon-4.0.2/files/usr/share/cinnamon/applets/menu@cinnamon.org/settings-schema.json 2018-11-26 01:18:03.416000000 +0700
|
|
@@ -40,13 +40,13 @@
|
|
},
|
|
"menu-custom" : {
|
|
"type" : "switch",
|
|
- "default" : false,
|
|
+ "default" : true,
|
|
"description" : "Use a custom icon and label",
|
|
"tooltip" : "Check this to specify a custom icon and label"
|
|
},
|
|
"menu-icon" : {
|
|
"type" : "iconfilechooser",
|
|
- "default" : "cinnamon-symbolic",
|
|
+ "default" : "slackware-logo",
|
|
"description" : "Icon",
|
|
"tooltip" : "Select an icon to show in the panel.",
|
|
"dependency" : "menu-custom",
|