Skip to content

Commit

Permalink
Fixed error on first startup
Browse files Browse the repository at this point in the history
  • Loading branch information
devos50 committed Jul 9, 2016
1 parent 3dcd360 commit be3c264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TriblerGUI/widgets/discoveringpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def on_discovered_channel(self, _):

if self.found_channels >= 5 and self.is_discovering:
self.is_discovering = False
self.window().settings.setValue("first_discover", True)
self.window().gui_settings.setValue("first_discover", True)
self.window().clicked_menu_button_discovered()
return

Expand Down

0 comments on commit be3c264

Please sign in to comment.