Have settings window update on theme changes
This commit is contained in:
parent
1913752fa0
commit
5ff562b097
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
<script
|
||||||
|
type="application/javascript"
|
||||||
|
src="ts/windows/applyTheme.js"
|
||||||
|
></script>
|
||||||
<script type="application/javascript" src="ts/windows/init.js"></script>
|
<script type="application/javascript" src="ts/windows/init.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue