This commit is contained in:
2022-10-21 15:07:37 +02:00
parent 4787dabefc
commit 414a539468
2 changed files with 47 additions and 2 deletions
+4 -1
View File
@@ -352,7 +352,10 @@ export default defineComponent({
if (this.stockHasWarnings())
return alert('Jazda tym pociągiem jest niezgodna z regulaminem symulatora! Zmień parametry zestawienia!');
const fileName = prompt('Nazwij plik:', `${this.store.chosenRealStockName || this.store.stockList[0].type}`);
const fileName = prompt(
'Nazwij plik, a następnie pobierz do folderu Presets (Dokumenty/TTSK/TrainDriver2):',
`${this.store.chosenRealStockName || this.store.stockList[0].type}`
);
if (!fileName) return;