mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix crash when passing messages to running instance from commandline
This commit is contained in:
parent
30146476d6
commit
ee3322c64a
|
@ -39,6 +39,9 @@ void Settings::createSettings(const QString &fileName)
|
|||
|
||||
void Settings::syncSettings()
|
||||
{
|
||||
if (!s_settings)
|
||||
return;
|
||||
|
||||
s_settings->sync();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user