mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-11 08:12:09 -04:00
(frame): Add blur support & cleanup
This commit is contained in:
@@ -556,10 +556,10 @@ var SPEC = {
|
||||
frameRounding: { def: 23 },
|
||||
frameColor: { def: "" },
|
||||
frameOpacity: { def: 1.0 },
|
||||
frameSyncBarColor: { def: true },
|
||||
frameScreenPreferences: { def: ["all"] },
|
||||
frameBarThickness: { def: 42 },
|
||||
frameShowOnOverview: { def: false }
|
||||
frameBarSize: { def: 40 },
|
||||
frameShowOnOverview: { def: false },
|
||||
frameBlurEnabled: { def: true }
|
||||
};
|
||||
|
||||
function getValidKeys() {
|
||||
|
||||
Reference in New Issue
Block a user