Skip to content

Commit

Permalink
fix: wallpaper settings
Browse files Browse the repository at this point in the history
closes #19
  • Loading branch information
JarbasAl committed Nov 5, 2024
1 parent 63b48a8 commit a10d34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_gui_plugin_shell_companion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def handle_device_display_settings(self, message):

def handle_device_wallpaper_settings(self, message):
self.gui['state'] = 'settings/wallpaper_settings'
self.gui.show_page("SYSTEM_AdditionalSettings.qml", override_idle=True)
self.gui.show_page("AdditionalSettings", override_idle=True)

def handle_device_about_page(self, message):
# TODO: Move `system_information` generation to util method
Expand Down

0 comments on commit a10d34f

Please sign in to comment.