added some attributes for themes

https://docs.cider.sh/themes/available-attributes
This commit is contained in:
booploops 2022-05-10 02:17:44 -07:00
parent 44160dc104
commit b432fa4d6b
2 changed files with 7 additions and 2 deletions

View file

@ -65,7 +65,7 @@
<div id="LOADER">
<%- include("../assets/cider-round.svg") %>
</div>
<div id="app" :class="getAppClasses()">
<div id="app" :class="getAppClasses()" :window-style="cfg.visual.directives.windowLayout">
<transition name="fsModeSwitch">
<div id="app-main" v-show="appMode == 'player'">
<%- include('app/chrome-top'); %>