Skip to content

Commit

Permalink
Fix build without libsyncthing after 7f9c296
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Oct 16, 2024
1 parent 86772e7 commit 6b81e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syncthingwidgets/misc/syncthinglauncher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ void SyncthingLauncher::launch(const Settings::Launcher &launcherSettings)
}
m_stopOnMeteredConnection = launcherSettings.stopOnMeteredConnection;
m_lastLauncherSettings = &launcherSettings;
#ifdef SYNCTHINGWIDGETS_USE_LIBSYNCTHING
m_lastRuntimeOptions.reset();
#endif
}

#ifdef SYNCTHINGWIDGETS_USE_LIBSYNCTHING
Expand Down

0 comments on commit 6b81e7b

Please sign in to comment.