GODT-2210: v3.0 splash screen.

Other: new splash screen content.
This commit is contained in:
Xavier Michelon
2023-01-19 13:37:50 +01:00
parent 1bfabf9a83
commit 24c68f100e
34 changed files with 2365 additions and 5255 deletions

View File

@ -446,6 +446,10 @@ func (bridge *Bridge) Close(ctx context.Context) {
if err := bridge.vault.SetLastVersion(bridge.curVersion); err != nil {
logrus.WithError(err).Error("Failed to save last version")
}
if err := bridge.vault.SetFirstStart(false); err != nil {
logrus.WithError(err).Error("Failed to save first start indicator")
}
}
func (bridge *Bridge) publish(event events.Event) {