mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 06:22:50 -05:00
i18n: WIP initial RTL support
- notifications - color picker - process list - settings - control center, dash - launcher part of #1059
This commit is contained in:
@@ -99,7 +99,7 @@ DankModal {
|
||||
}
|
||||
|
||||
function toggleDoNotDisturb(): string {
|
||||
SessionData.setDoNotDisturb(!SessionData.doNotDisturb)
|
||||
SessionData.setDoNotDisturb(!SessionData.doNotDisturb);
|
||||
|
||||
return "NOTIFICATION_MODAL_TOGGLE_DND_SUCCESS";
|
||||
}
|
||||
@@ -111,6 +111,9 @@ DankModal {
|
||||
Item {
|
||||
id: notificationKeyHandler
|
||||
|
||||
LayoutMirroring.enabled: I18n.isRtl
|
||||
LayoutMirroring.childrenInherit: true
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
Column {
|
||||
|
||||
Reference in New Issue
Block a user