[web] Simplify the about page

This commit is contained in:
Alain Nussbaumer
2025-02-22 11:22:29 +01:00
parent 222e6ea2d7
commit 45f7defa09
8 changed files with 82 additions and 125 deletions

View File

@@ -3,6 +3,7 @@ import { defineStore } from 'pinia'
export const useConfigurationStore = defineStore('ConfigurationStore', {
state: () => ({
buildoptions: [],
library_name: '',
version: '',
websocket_port: 0,
allow_modifying_stored_playlists: false,