Skip to content

Commit

Permalink
Merge pull request #875 from AtomsForPeace/fix-reload-config
Browse files Browse the repository at this point in the history
add missing @with_proxy, fixes #850
  • Loading branch information
mattrose authored Feb 16, 2024
2 parents 750a9be + a28c5db commit 3ed6ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/ipc.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def new_tab_cmdline(session, options):
def toggle_visibility_cmdline(session,options):
session.toggle_visibility_cmdline(options)

@with_proxy
def reload_configuration(session):
"""Call the dbus method to reload configuration for all windows"""
session.reload_configuration()
Expand Down

0 comments on commit 3ed6ea7

Please sign in to comment.