Skip to content

Commit f78033c

Browse files
committed
disable update system
1 parent 52165f9 commit f78033c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/application.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ bool Application::OnInit()
208208
}
209209
}
210210
if(g_settings.getInteger(Config::USE_UPDATER) == 1) {
211-
UpdateChecker updater;
212-
updater.connect(g_gui.root);
211+
//UpdateChecker updater;
212+
//updater.connect(g_gui.root);
213213
}
214214
#endif
215215

0 commit comments

Comments
 (0)