mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-04 05:58:13 +00:00
dodano pole do ukrywania szlaków
This commit is contained in:
@@ -6,6 +6,8 @@ export default defineComponent({
|
||||
getRouteNames(routes: SceneryRowItem['routesInfo']) {
|
||||
return routes
|
||||
.map((route) => {
|
||||
const routeNameClr = route.routeSpeed != 0 && route.routeLength != 0 ? 'text--accent' : '';
|
||||
|
||||
// !Oc_2EPB
|
||||
return `<span ${route.routeSpeed != 0 && route.routeLength != 0 ? 'class="text--accent"' : ''}>${
|
||||
route.isInternal ? '<u>' + route.routeName + '</u>' : route.routeName
|
||||
|
||||
Reference in New Issue
Block a user