Skip to content

Commit

Permalink
Merge pull request obsproject#178 from amazon-contributing/ruwen/disa…
Browse files Browse the repository at this point in the history
…ble-updater

UI: Disable updater
  • Loading branch information
palana authored Mar 7, 2024
2 parents 527ca5b + 8808f44 commit bfd0082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/obs-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ bool opt_start_virtualcam = false;
bool opt_minimize_tray = false;
bool opt_allow_opengl = false;
bool opt_always_on_top = false;
bool opt_disable_updater = false;
bool opt_disable_updater = true;
bool opt_disable_missing_files_check = false;
string opt_starting_collection;
string opt_starting_profile;
Expand Down

0 comments on commit bfd0082

Please sign in to comment.