From 729764ebe2ae4200b0abf3bab3c9a40c8d9f9b57 Mon Sep 17 00:00:00 2001 From: Collecting Date: Sun, 2 Nov 2025 05:17:44 +0000 Subject: [PATCH] fix/themes Signed-off-by: Collecting --- dist/qt_themes/default/style.qss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index ba85fe087..c3db81f4e 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss @@ -712,6 +712,11 @@ QMenu::item:selected { color: palette(highlighted-text); } +QMenu::item:disabled { + color: palette(disabled, text); /* Use the system's disabled text color */ + background-color: transparent; +} + QMenu::separator { height: 1px; background-color: palette(midlight);