Add support for session restore on the linux portals backend, fixing #77
This commit is contained in:
parent
7a806f7b00
commit
05259f6db5
8 changed files with 70 additions and 13 deletions
|
|
@ -43,7 +43,7 @@ func init() {
|
|||
RegisterController("uinput", InitUinputController, 10)
|
||||
}
|
||||
|
||||
func InitUinputController() (Controller, error) {
|
||||
func InitUinputController(saveRestoreToken bool) (Controller, error) {
|
||||
keymapName, keymapSet := os.LookupEnv("REMOTE_TOUCHPAD_UINPUT_KEYMAP")
|
||||
if !keymapSet {
|
||||
keymapName = "defkeymap"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue