mirror of
https://github.com/altlinux/admx-basealt.git
synced 2025-03-06 04:58:22 +03:00
Added a policy for setting the delete button in the context menu
This commit is contained in:
parent
458bd4d181
commit
a9abc56a9e
@ -296,5 +296,17 @@
|
||||
<string>{"Compositing":{"Enabled":"false"}}</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="kde-showdelete" class="User" displayName="$(string.kde-showdelete)"
|
||||
explainText="$(string.kde-showdelete_help)"
|
||||
key="Software\BaseALT\Policies\KDE" valueName="kde.globals">
|
||||
<parentCategory ref="system:ALT_Settings_KDE"/>
|
||||
<supportedOn ref="system:SUPPORTED_AltP10"/>
|
||||
<enabledValue>
|
||||
<string>{"KDE":{"ShowDeleteCommand":"true"}}</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>{"KDE":{"ShowDeleteCommand":"false"}}</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
@ -85,6 +85,9 @@
|
||||
<string id="kde-graphic-effects">Graphic effects</string>
|
||||
<string id="kde-graphic-effects_help">The policy configures enabling or disabling graphical effects on login.</string>
|
||||
|
||||
<string id="kde-showdelete">Deleting directories and files in the context menu</string>
|
||||
<string id="kde-showdelete_help">The policy allows you to add or remove the "delete" button in the Dolphin context menu</string>
|
||||
|
||||
<string id="kde-colorscheme">Application color scheme</string>
|
||||
<string id="kde-colorscheme_help">This policy allows you to manage color schemes by specifying the name of the scheme (for example: BreezeClassic).
|
||||
|
||||
|
@ -84,6 +84,9 @@
|
||||
<string id="kde-graphic-effects">Граффические эффекты</string>
|
||||
<string id="kde-graphic-effects_help">Политика настраивает включение или отключение граффических эффектов при входе в систему.</string>
|
||||
|
||||
<string id="kde-showdelete">Удаление каталогов и файлов в контекстном меню</string>
|
||||
<string id="kde-showdelete_help">Политика позволяет добавить или убрать кнопку "удалить" в контекстном меню Dolphin</string>
|
||||
|
||||
<string id="kde-colorscheme">Цветовая схема приложений</string>
|
||||
<string id="kde-colorscheme_help">Данная политика позволяет управлять цветовыми схемами, указав название схемы (например: BreezeClassic).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user