1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-13 07:42:46 -04:00

Continue frame implementation

This commit is contained in:
purian23
2026-03-23 21:24:03 -04:00
parent 00d8c72224
commit ff4ed28bf3
11 changed files with 221 additions and 60 deletions
+4 -2
View File
@@ -554,10 +554,12 @@ var SPEC = {
frameEnabled: { def: false },
frameThickness: { def: 15 },
frameRounding: { def: 24 },
frameColor: { def: "#2a2a2a" },
frameColor: { def: "" },
frameOpacity: { def: 1.0 },
frameSyncBarColor: { def: true },
frameScreenPreferences: { def: ["all"] }
frameScreenPreferences: { def: ["all"] },
frameBarThickness: { def: 42 },
frameShowOnOverview: { def: false }
};
function getValidKeys() {