diff options
| author | Aurelian R <arusanu@gmail.com> | 2026-05-06 18:03:40 +0300 |
|---|---|---|
| committer | Aurelian R <arusanu@gmail.com> | 2026-05-06 18:05:39 +0300 |
| commit | e56aa513496d34e1cf33ea4a275db5954caee6e1 (patch) | |
| tree | 6f0453f84becacd248ae1d671cd85312e6f92154 | |
| parent | 010ce7cfe2e7386f8c201a6ecd90c76a41c04cfb (diff) | |
| download | control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.gz control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.bz2 control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.tar.xz control-center-e56aa513496d34e1cf33ea4a275db5954caee6e1.zip | |
Add drakdm to the mcc menu in text mode.(mga#32051)
| -rwxr-xr-x | drakxconf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ my @l = map { { des => N("Auto Install"), cmd => 'drakautoinst' }, { des => N("Internet connection sharing"), cmd => 'drakgw' }, { des => N("3D Desktop effects"), cmd => 'drak3d' }, - { des => N("Partitions"), cmd => 'diskdrake' } + { des => N("Partitions"), cmd => 'diskdrake' }, + { des => N("Display manager"), cmd => 'drakdm' } ); my $choice = $in->ask_from_listf(N("Control Center"), N("Choose the tool you want to use"), sub { $_[0]{des} }, \@l) |
