Add support for session restore on the linux portals backend, fixing #77
This commit is contained in:
parent
7a806f7b00
commit
c6c54c77a7
8 changed files with 70 additions and 13 deletions
|
|
@ -95,7 +95,7 @@ func init() {
|
|||
RegisterController("Windows", InitWindowsController, 0)
|
||||
}
|
||||
|
||||
func InitWindowsController() (Controller, error) {
|
||||
func InitWindowsController(saveRestoreToken bool) (Controller, error) {
|
||||
p := &windowsController{}
|
||||
if err := sendInputProc.Find(); err != nil {
|
||||
return nil, &UnsupportedPlatformError{err}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue