minsulander / vatiris

VATSim (Sweden, Unofficial) Integrated Real-time Information System
GNU General Public License v3.0
6 stars 2 forks source link

Change reload implementation #34

Closed maxlk96 closed 1 month ago

maxlk96 commented 2 months ago

Resumes to previous window display mode when reloading (using button or F5)

minsulander commented 2 months ago

I don't think this is possible with the current location.reload() implementation or F5/Cmd-R.

https://stackoverflow.com/a/28218645

I think we should implement it so that the reload button is a "soft reload" of all the data stores instead of location.reload().