mirror of
https://github.com/owntone/owntone-server.git
synced 2025-12-02 06:07:52 -05:00
[web] Fix styles to comply with Bulma 1.0
This commit is contained in:
@@ -13,8 +13,8 @@ export const useSettingsStore = defineStore('SettingsStore', {
|
||||
state.setting('webinterface', 'show_composer_now_playing')?.value ??
|
||||
false,
|
||||
show_cover_artwork_in_album_lists: (state) =>
|
||||
state.setting('webinterface', 'show_cover_artwork_in_album_lists')
|
||||
?.value ?? false,
|
||||
state.setting('artwork', 'show_cover_artwork_in_album_lists')?.value ??
|
||||
false,
|
||||
show_filepath_now_playing: (state) =>
|
||||
state.setting('webinterface', 'show_filepath_now_playing')?.value ??
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user