1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-22 19:15:24 -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,5 +1,6 @@
import QtQuick
import Quickshell.Widgets
import qs.Common
Item {
id: root
@@ -16,7 +17,7 @@ Item {
readonly property string assetPath: sourceAsset[source] || ""
visible: assetPath.length > 0
visible: SettingsData.dankLauncherV2ShowSourceBadges && assetPath.length > 0
implicitWidth: glyphSize
implicitHeight: glyphSize