From 1a8d5eb9cc29d50863710239eb45c9916d3feb38 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Tue, 10 Aug 2021 22:19:20 +0200 Subject: [PATCH] Disable count type, only unread supported in TB91 --- app/SysTray-X/SysTray-X-app/preferencesdialog.cpp | 2 +- webext/options.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/SysTray-X/SysTray-X-app/preferencesdialog.cpp b/app/SysTray-X/SysTray-X-app/preferencesdialog.cpp index af37783..0108104 100644 --- a/app/SysTray-X/SysTray-X-app/preferencesdialog.cpp +++ b/app/SysTray-X/SysTray-X-app/preferencesdialog.cpp @@ -77,7 +77,7 @@ PreferencesDialog::PreferencesDialog( SysTrayXLink *link, Preferences *pref, QWi /* * Hide the count type for now */ -// m_ui->countTypeGroupBox->setVisible(false); + m_ui->countTypeGroupBox->setVisible(false); /* * Set icon type defaults diff --git a/webext/options.html b/webext/options.html index 1fc13f5..2ffa767 100644 --- a/webext/options.html +++ b/webext/options.html @@ -398,7 +398,7 @@ /> - +