mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
@@ -42,6 +42,7 @@ Singleton {
|
||||
property bool saving: false
|
||||
property bool fixing: false
|
||||
property string lastError: ""
|
||||
property string modKey: "Super"
|
||||
property bool dmsBindsIncluded: true
|
||||
|
||||
property var dmsStatus: ({
|
||||
@@ -348,6 +349,7 @@ Singleton {
|
||||
|
||||
function _processData() {
|
||||
keybinds = _rawData || {};
|
||||
modKey = currentProvider === "niri" ? (_rawData?.modKey || "Super") : "Super";
|
||||
dmsBindsIncluded = _rawData?.dmsBindsIncluded ?? true;
|
||||
const status = _rawData?.dmsStatus;
|
||||
if (status) {
|
||||
|
||||
Reference in New Issue
Block a user