mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
ui: adds version to path of welcome OS
This commit is contained in:
committed by
Aiden McClelland
parent
da922f498e
commit
16a4c41886
@@ -117,7 +117,7 @@ export class MockApiService extends ApiService {
|
||||
return mockUninstallApp()
|
||||
}
|
||||
|
||||
async acknowledgeOSWelcome () {
|
||||
async acknowledgeOSWelcome (version: string) {
|
||||
await pauseFor(2000)
|
||||
this.welcomeAck = true
|
||||
return { }
|
||||
|
||||
Reference in New Issue
Block a user