Browse Source

fix palette.css sort ordering, add missed public file

adaptive-webui
d47081 1 year ago
parent
commit
bfcf944a2e
  1. 3
      src/webui/www/webui.qrc

3
src/webui/www/webui.qrc

@ -7,10 +7,10 @@ @@ -7,10 +7,10 @@
<file>private/confirmruleclear.html</file>
<file>private/confirmruledeletion.html</file>
<file>private/css/Core.css</file>
<file>private/css/palette.css</file>
<file>private/css/dynamicTable.css</file>
<file>private/css/Layout.css</file>
<file>private/css/noscript.css</file>
<file>private/css/palette.css</file>
<file>private/css/style.css</file>
<file>private/css/Tabs.css</file>
<file>private/css/lib/vanillaSelectBox.css</file>
@ -418,6 +418,7 @@ @@ -418,6 +418,7 @@
<file>private/views/transferlist.html</file>
<file>public/css/login.css</file>
<file>public/css/noscript.css</file>
<file>public/css/palette.css</file>
<file>public/images/qbittorrent-tray.svg</file>
<file>public/images/qbittorrent32.png</file>
<file>public/index.html</file>

Loading…
Cancel
Save