mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Fix view mode switcher state
This commit is contained in:
parent
7f4bb0706d
commit
1cabe4f5b2
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@
|
|||
if (!this.mutatedMode) {
|
||||
this.mutatedMode = isMobile.phone ? 'list' : 'thumbnails';
|
||||
}
|
||||
|
||||
this.setMode(this.mutatedMode);
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue