Stops various activities disabling Broadcast All setting (poopup, new tab, new window etc)
This commit is contained in:
parent
ff017ea26d
commit
7f7ac93d4e
|
@ -50,7 +50,7 @@ class Terminator(Borg):
|
||||||
self.terminals = []
|
self.terminals = []
|
||||||
if not self.groups:
|
if not self.groups:
|
||||||
self.groups = []
|
self.groups = []
|
||||||
if not self.groupsend:
|
if self.groupsend == None:
|
||||||
self.groupsend = self.groupsend_type['group']
|
self.groupsend = self.groupsend_type['group']
|
||||||
if not self.config:
|
if not self.config:
|
||||||
self.config = Config()
|
self.config = Config()
|
||||||
|
|
Loading…
Reference in New Issue