Skip to content

Commit

Permalink
Didn't mean to enable the GUI2 addons manager by default (fixup 3f91b45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Dec 12, 2016
1 parent 3f91b45 commit cc6f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addon/manager_ui.cpp
Expand Up @@ -1017,7 +1017,7 @@ bool addons_manager_ui(CVideo& v, const std::string& remote_address)

addons_list addons;

if(true) {
if(gui2::new_widgets) {

This comment has been minimized.

Copy link
@CelticMinstrel

CelticMinstrel Dec 12, 2016

Member

Oh, so that's what that was.

config cfg;
client.request_addons_list(cfg);
if(!cfg) {
Expand Down

0 comments on commit cc6f96a

Please sign in to comment.