diff options
-rwxr-xr-x | control-center | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/control-center b/control-center index ea6e7ac4..041a4243 100755 --- a/control-center +++ b/control-center @@ -441,9 +441,10 @@ my %programs = "Printer" => { binary => "$sbindir/printerdrake", - embedded => -1, + embedded => 1, description => N("Printers"), icon => 'printer-mcc-mdk', + application_driven_menu => 1, }, @@ -577,9 +578,10 @@ my %programs = { # too big binary => "$bindir/userdrake", - embedded => -1, + embedded => 1, description => N("Users and groups"), icon => 'user-mdk', + application_driven_menu => 1, }, |