add propery to save tab input mode
This commit is contained in:
parent
9e524e4be8
commit
eb7e114e5f
@ -105,6 +105,7 @@ class TabData:
|
||||
override_target = attr.ib(None)
|
||||
pinned = attr.ib(False)
|
||||
fullscreen = attr.ib(False)
|
||||
input_mode = usertypes.KeyMode.normal
|
||||
|
||||
|
||||
class AbstractAction:
|
||||
|
Loading…
Reference in New Issue
Block a user