mirror of https://github.com/procxx/kepka.git
0.6 version prepared for linux build
This commit is contained in:
parent
cb076e3587
commit
c216a888be
|
@ -787,7 +787,7 @@ void Window::setupTrayIcon() {
|
|||
}
|
||||
|
||||
void Window::updateTrayMenu(bool force) {
|
||||
if (!trayIconMenu || (cPlatform() == dbipWindows && !force)) return;
|
||||
if (!trayIconMenu || (cPlatform() == dbipWindows && !force) || cPlatform() == dbipLinux32 || cPlatform() == dbipLinux64) return;
|
||||
|
||||
bool active = psIsActive();
|
||||
QAction *first = trayIconMenu->actions().at(0);
|
||||
|
|
|
@ -111,6 +111,7 @@ SOURCES += \
|
|||
./SourceFiles/gui/animation.cpp \
|
||||
./SourceFiles/gui/boxshadow.cpp \
|
||||
./SourceFiles/gui/button.cpp \
|
||||
./SourceFiles/gui/contextmenu.cpp \
|
||||
./SourceFiles/gui/countrycodeinput.cpp \
|
||||
./SourceFiles/gui/countryinput.cpp \
|
||||
./SourceFiles/gui/emoji_config.cpp \
|
||||
|
@ -189,6 +190,7 @@ HEADERS += \
|
|||
./SourceFiles/gui/animation.h \
|
||||
./SourceFiles/gui/boxshadow.h \
|
||||
./SourceFiles/gui/button.h \
|
||||
./SourceFiles/gui/contextmenu.h \
|
||||
./SourceFiles/gui/countrycodeinput.h \
|
||||
./SourceFiles/gui/countryinput.h \
|
||||
./SourceFiles/gui/emoji_config.h \
|
||||
|
|
Loading…
Reference in New Issue