···11+From ad3f083de2dca2b2c5189430d33a78acfbd9d694 Mon Sep 17 00:00:00 2001
22+From: Lana Black <lanablack@amok.cc>
33+Date: Wed, 8 Jun 2022 12:42:31 +0000
44+Subject: [PATCH] Disable autostart.
55+66+---
77+ app/settings/universalsettings.cpp | 11 -----------
88+ 1 file changed, 11 deletions(-)
99+1010+diff --git a/app/settings/universalsettings.cpp b/app/settings/universalsettings.cpp
1111+index c95371db..4efd3ffe 100644
1212+--- a/app/settings/universalsettings.cpp
1313++++ b/app/settings/universalsettings.cpp
1414+@@ -74,17 +74,6 @@ UniversalSettings::~UniversalSettings()
1515+1616+ void UniversalSettings::load()
1717+ {
1818+- //! check if user has set the autostart option
1919+- bool autostartUserSet = m_universalGroup.readEntry("userConfiguredAutostart", false);
2020+-
2121+- if (!autostartUserSet && !autostart()) {
2222+- //! the first time the application is running and autostart is not set, autostart is enabled
2323+- //! and from now own it will not be recreated in the beginning
2424+-
2525+- setAutostart(true);
2626+- m_universalGroup.writeEntry("userConfiguredAutostart", true);
2727+- }
2828+-
2929+ //! init screen scales
3030+ m_screenScalesGroup = m_universalGroup.group("ScreenScales");
3131+3232+--
3333+2.36.1
3434+