restore restart-delay
This commit is contained in:
@@ -123,7 +123,7 @@ def check_tree():
|
||||
else:
|
||||
print("Number of outputs increased ({}); restart in {} ms."
|
||||
.format(num, common_settings["restart-delay"]))
|
||||
Gdk.threads_add_timeout(GLib.PRIORITY_DEFAULT_IDLE, 0, restart)
|
||||
Gdk.threads_add_timeout(GLib.PRIORITY_DEFAULT_IDLE, common_settings["restart-delay"], restart)
|
||||
|
||||
common.outputs_num = num
|
||||
|
||||
|
Reference in New Issue
Block a user