Skip to content

Commit

Permalink
FIX siderDrawer button function
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid-gh98 committed May 14, 2023
1 parent 317f7fe commit 61288db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/html/xui/inbounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@
delimiters: ['[[', ']]'],
el: '#app',
data: {
siderDrawer,
themeSwitcher,
spinning: false,
inbounds: [],
Expand Down
1 change: 1 addition & 0 deletions web/html/xui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ <h2>{{ i18n "pages.index.xraySwitchClickDesk"}}</h2>
delimiters: ['[[', ']]'],
el: '#app',
data: {
siderDrawer,
themeSwitcher,
status: new Status(),
versionModal,
Expand Down
1 change: 1 addition & 0 deletions web/html/xui/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ <h2 style="color: inherit; font-weight: bold; font-size: 18px; padding: 10px 20p
delimiters: ['[[', ']]'],
el: '#app',
data: {
siderDrawer,
themeSwitcher,
spinning: false,
oldAllSetting: new AllSetting(),
Expand Down

0 comments on commit 61288db

Please sign in to comment.