We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b13d356 + b935eda commit 94254eeCopy full SHA for 94254ee
terminator
@@ -110,11 +110,9 @@ if __name__ == '__main__':
110
elif OPTIONS.toggle_visibility:
111
dbg('requesting to toggle windows visibility')
112
ipc.toggle_visibility_cmdline(optionslist)
113
-
114
- if OPTIONS.reload:
+ elif OPTIONS.reload:
115
dbg('requesting to reload configuration for all windows')
116
ipc.reload_configuration()
117
118
elif OPTIONS.unhide:
119
print('requesting to unhide windows')
120
ipc.unhide_cmdline(optionslist)
0 commit comments