mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-06-30 11:01:50 +08:00
[fix] make portable Windows Service setup optional, refs #84
This commit is contained in:
@@ -609,6 +609,11 @@ int Render::LoadSettingsFromCacheFile() {
|
||||
enable_autostart_ = config_center_->IsEnableAutostart();
|
||||
enable_daemon_ = config_center_->IsEnableDaemon();
|
||||
enable_minimize_to_tray_ = config_center_->IsMinimizeToTray();
|
||||
#if _WIN32 && CROSSDESK_PORTABLE
|
||||
portable_service_prompt_suppressed_ =
|
||||
config_center_->IsPortableServicePromptSuppressed();
|
||||
portable_service_do_not_remind_ = portable_service_prompt_suppressed_;
|
||||
#endif
|
||||
|
||||
// File transfer save path
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user