summaryrefslogtreecommitdiffstats
path: root/kicker/applets/systemtray/systemtrayapplet.h
diff options
context:
space:
mode:
authorRoman Savochenko <roman@home.home>2023-11-20 11:37:06 +0200
committerRoman Savochenko <roman@home.home>2023-11-20 11:37:06 +0200
commit97ecc0a2ce85bf36cc84f6e0bba0cf510a72ae7b (patch)
treee758d79cc7a90fa318e2fe947a8029cfeea8af9e /kicker/applets/systemtray/systemtrayapplet.h
parent8f924d271a4771b8046697fefd778d895a54d93d (diff)
downloadtdebase-feat/whatever.tar.gz
tdebase-feat/whatever.zip
systray: Double program icons in the system trayfeat/whatever
Signed-off-by: Roman Savochenko <roman@home.home>
Diffstat (limited to 'kicker/applets/systemtray/systemtrayapplet.h')
-rw-r--r--kicker/applets/systemtray/systemtrayapplet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kicker/applets/systemtray/systemtrayapplet.h b/kicker/applets/systemtray/systemtrayapplet.h
index 2b49ce93e..571d2a0f6 100644
--- a/kicker/applets/systemtray/systemtrayapplet.h
+++ b/kicker/applets/systemtray/systemtrayapplet.h
@@ -119,7 +119,9 @@ private:
bool m_autoRetract;
int m_iconSize;
bool m_showClockInTray;
+ bool m_opressDoubleNmIcons;
TQCheckBox *m_showClockSettingCB;
+ TQCheckBox *m_opressDoubleNmIconsCB;
TQGridLayout* m_layout;
};