Skip to content

Commit

Permalink
add missing @with_proxy, fixes #850
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomsForPeace committed Jan 26, 2024
1 parent 6d225c7 commit a28c5db
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 a28c5db

Please sign in to comment.