Removed tray counter warning
This commit is contained in:
parent
37d9cf2350
commit
37ea290d47
1 changed files with 0 additions and 7 deletions
|
|
@ -774,13 +774,6 @@ void MainWindow::LibsLoaded() {
|
||||||
qDBusRegisterMetaType<IconPixmap>();
|
qDBusRegisterMetaType<IconPixmap>();
|
||||||
qDBusRegisterMetaType<IconPixmapList>();
|
qDBusRegisterMetaType<IconPixmapList>();
|
||||||
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
||||||
|
|
||||||
if (!qEnvironmentVariableIsSet(kDisableTrayCounter.utf8())) {
|
|
||||||
g_message(
|
|
||||||
"You can disable tray icon counter with %s "
|
|
||||||
"and make it look better if it is monochrome.",
|
|
||||||
kDisableTrayCounter.utf8().constData());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::initTrayMenuHook() {
|
void MainWindow::initTrayMenuHook() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue