mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
ui: adds version to path of welcome OS
This commit is contained in:
committed by
Aiden McClelland
parent
da922f498e
commit
16a4c41886
@@ -75,7 +75,7 @@ export class SyncNotifier {
|
||||
|
||||
modal.onWillDismiss().then(() => {
|
||||
this.osWelcomeOpen = false
|
||||
return this.apiService.acknowledgeOSWelcome()
|
||||
return this.apiService.acknowledgeOSWelcome(this.config.version)
|
||||
})
|
||||
await modal.present()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user