mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki
This commit is contained in:
+3
-3
@@ -74,10 +74,10 @@ export default class App extends Vue {
|
||||
@Action("synchronizeData") synchronizeData;
|
||||
@Getter("getAllData") data;
|
||||
|
||||
private VERSION = "1.4";
|
||||
private VERSION = "1.4.1";
|
||||
|
||||
hasReleaseNotes = true;
|
||||
updateModalVisible = true;
|
||||
hasReleaseNotes = false;
|
||||
updateModalVisible = false;
|
||||
|
||||
async mounted() {
|
||||
this.synchronizeData();
|
||||
|
||||
@@ -341,7 +341,7 @@ export default class TrainTable extends Vue {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
font-size: 1.3em;
|
||||
font-size: 1.15em;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user