mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
support zimnego startu lokomotyw
This commit is contained in:
@@ -20,6 +20,8 @@ export const useStore = defineStore({
|
||||
chosenCargo: null,
|
||||
chosenVehicle: null,
|
||||
|
||||
isColdStart: false,
|
||||
|
||||
showSupporter: false,
|
||||
imageLoading: false,
|
||||
|
||||
@@ -71,6 +73,9 @@ export const useStore = defineStore({
|
||||
case '/stockgnr':
|
||||
this.stockSectionMode = 'stock-generator';
|
||||
break;
|
||||
case '/vehicles':
|
||||
this.stockSectionMode = 'wiki-list';
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -78,3 +83,4 @@ export const useStore = defineStore({
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user