mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Try to restore session manager connection on Linux
This commit is contained in:
parent
4a0ee22670
commit
a93340c2e4
2 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue