Skip to content

Commit

Permalink
[107] set checking for updates to false, and removed the install upda…
Browse files Browse the repository at this point in the history
…te button all together (#108)
  • Loading branch information
aldo-aguilar committed Mar 6, 2023
1 parent 37f4f87 commit 58052e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/lib-preferences/Prefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#include "Observer.h"

BoolSetting DefaultUpdatesCheckingFlag{
L"/Update/DefaultUpdatesChecking", true };
L"/Update/DefaultUpdatesChecking", false };

std::unique_ptr<FileConfig> ugPrefs {};

Expand Down
1 change: 0 additions & 1 deletion src/update/UpdatePopupDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ UpdatePopupDialog::UpdatePopupDialog (wxWindow* parent, const VersionPatch& vers
S.Prop(1).AddSpace(1, 0, 1);

S.Id (wxID_NO).AddButton (XC ("&Skip", "update dialog"));
S.Id (wxID_YES).AddButton (XC("&Install update", "update dialog"));

S.SetBorder (5);
}
Expand Down

0 comments on commit 58052e9

Please sign in to comment.