Skip to content

Commit 94254ee

Browse files
authored
Merge pull request #824 from j-d-r/master
Fix: Add CLI command to reload configuration
2 parents b13d356 + b935eda commit 94254ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

terminator

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,9 @@ if __name__ == '__main__':
110110
elif OPTIONS.toggle_visibility:
111111
dbg('requesting to toggle windows visibility')
112112
ipc.toggle_visibility_cmdline(optionslist)
113-
114-
if OPTIONS.reload:
113+
elif OPTIONS.reload:
115114
dbg('requesting to reload configuration for all windows')
116115
ipc.reload_configuration()
117-
118116
elif OPTIONS.unhide:
119117
print('requesting to unhide windows')
120118
ipc.unhide_cmdline(optionslist)

0 commit comments

Comments
 (0)