mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Try to restore session manager connection on Linux
This commit is contained in:
@@ -33,10 +33,6 @@ int Launcher::exec() {
|
||||
return Core::Launcher::exec();
|
||||
}
|
||||
|
||||
void Launcher::initHook() {
|
||||
QApplication::setAttribute(Qt::AA_DisableSessionManager, true);
|
||||
}
|
||||
|
||||
bool Launcher::launchUpdater(UpdaterLaunch action) {
|
||||
if (cExeName().isEmpty()) {
|
||||
return false;
|
||||
|
@@ -18,7 +18,6 @@ public:
|
||||
int exec() override;
|
||||
|
||||
private:
|
||||
void initHook() override;
|
||||
bool launchUpdater(UpdaterLaunch action) override;
|
||||
|
||||
bool _updating = false;
|
||||
|
Reference in New Issue
Block a user