diff --git a/src/common/interfaces/SettingsInterface.ts b/src/common/interfaces/SettingsInterface.ts index b876309..5464b51 100644 --- a/src/common/interfaces/SettingsInterface.ts +++ b/src/common/interfaces/SettingsInterface.ts @@ -256,7 +256,6 @@ interface SettingsInterface { // ----------------------------------------- // ::: SITE CONFIGURATION ::: // ----------------------------------------- - // Nastavitve za posamezno stran // Config for a given page: // // : { @@ -273,7 +272,6 @@ interface SettingsInterface { // override: // override user settings for this site on update // } // - // Veljavne vrednosti za možnosti // Valid values for options: // // status, arStatus, statusEmbedded: diff --git a/src/csui/PlayerUiComponent.vue b/src/csui/PlayerUiComponent.vue index 8ae3dc8..7256774 100644 --- a/src/csui/PlayerUiComponent.vue +++ b/src/csui/PlayerUiComponent.vue @@ -5,37 +5,66 @@