Chore: Proper Lambda Formatting (#2167)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -125,7 +125,10 @@ Settings::Settings(const QString &settingsDirectory)
|
||||
#ifdef USEWINSDK
|
||||
this->autorun = isRegisteredForStartup();
|
||||
this->autorun.connect(
|
||||
[](bool autorun) { setRegisteredForStartup(autorun); }, false);
|
||||
[](bool autorun) {
|
||||
setRegisteredForStartup(autorun);
|
||||
},
|
||||
false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user