Have settings window update on theme changes

This commit is contained in:
David Sanders 2021-09-24 01:02:13 -07:00
parent 1913752fa0
commit 5ff562b097
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
</head>
<body>
<div id="app"></div>
<script
type="application/javascript"
src="ts/windows/applyTheme.js"
></script>
<script type="application/javascript" src="ts/windows/init.js"></script>
</body>
</html>