mirror of
https://github.com/mue/mue.git
synced 2026-07-23 00:37:27 +02:00
fix: upgrading from 5.0.1 to latest now works, code style changes etc
This commit is contained in:
@@ -17,7 +17,8 @@ export default class App extends React.PureComponent {
|
||||
}
|
||||
|
||||
// 4.0 -> 5.0 (the key below is only on 5.0)
|
||||
if (!localStorage.getItem('order')) {
|
||||
// now featuring 5.0 -> 5.1
|
||||
if (!localStorage.getItem('order') || !localStorage.getItem('autocompleteProvider')) {
|
||||
SettingsFunctions.moveSettings();
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user