GODT-1671: Implement Quit & Restart mechanism

This commit is contained in:
Romain LE JEUNE
2022-07-28 16:39:56 +02:00
committed by Jakub
parent f44d1c4b9d
commit 22a8aab151
26 changed files with 1255 additions and 701 deletions

View File

@ -32,6 +32,7 @@ type PanicHandler interface {
// Restarter allows the app to set itself to restart next time it is closed.
type Restarter interface {
SetToRestart()
ForceLauncher(string)
}
type NoEncConfirmator interface {