chore: added scenery offline icon in active train schedule; icon improvements

This commit is contained in:
2025-01-28 14:23:57 +01:00
parent c66ff8feed
commit 17bda9e6e7
7 changed files with 26 additions and 13 deletions
+2
View File
@@ -151,6 +151,8 @@ export interface TrainScheduleStop {
isSBL: boolean;
sceneryName: string | null;
isSceneryOnline: boolean;
distance: number;
arrivalLine: string | null;