1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix notification dismiss performance

This commit is contained in:
bbedward
2025-08-21 17:47:14 -04:00
parent 41a0ae7de5
commit 098a19acd1
4 changed files with 301 additions and 140 deletions

View File

@@ -95,6 +95,8 @@ Singleton {
property color error: currentThemeData.error || "#F2B8B5"
property color warning: currentThemeData.warning || "#FF9800"
property color info: currentThemeData.info || "#2196F3"
property color tempWarning: "#ff9933"
property color tempDanger: "#ff5555"
property color primaryHover: Qt.rgba(primary.r, primary.g, primary.b, 0.12)
property color primaryHoverLight: Qt.rgba(primary.r, primary.g, primary.b, 0.08)