1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-22 11:05:22 -04:00

feat: add option to hide package source badges in launcher (#2676)

This commit is contained in:
Huỳnh Thiện Lộc
2026-06-21 14:51:44 +07:00
committed by GitHub
parent 59fd6db83e
commit 8610b915ec
5 changed files with 41 additions and 1 deletions
+1
View File
@@ -465,6 +465,7 @@ Singleton {
onAppDrawerSectionViewModesChanged: saveSettings()
property bool niriOverviewOverlayEnabled: true
property string dankLauncherV2Size: "compact"
property bool dankLauncherV2ShowSourceBadges: true
property bool dankLauncherV2BorderEnabled: false
property int dankLauncherV2BorderThickness: 2
property string dankLauncherV2BorderColor: "primary"
@@ -227,6 +227,7 @@ var SPEC = {
appDrawerSectionViewModes: { def: {} },
niriOverviewOverlayEnabled: { def: true },
dankLauncherV2Size: { def: "compact" },
dankLauncherV2ShowSourceBadges: { def: true },
dankLauncherV2BorderEnabled: { def: false },
dankLauncherV2BorderThickness: { def: 2 },
dankLauncherV2BorderColor: { def: "primary" },