mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Move WebUI views into separate folder
This commit is contained in:
parent
f214dd233b
commit
085ae05f19
15 changed files with 24 additions and 24 deletions
|
@ -169,11 +169,11 @@ const initializeWindows = function() {
|
|||
title: "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]",
|
||||
loadMethod: 'xhr',
|
||||
toolbar: true,
|
||||
contentURL: 'preferences.html',
|
||||
contentURL: 'views/preferences.html',
|
||||
require: {
|
||||
css: ['css/Tabs.css']
|
||||
},
|
||||
toolbarURL: 'preferencesToolbar.html',
|
||||
toolbarURL: 'views/preferencesToolbar.html',
|
||||
maximizable: false,
|
||||
closable: true,
|
||||
paddingVertical: 0,
|
||||
|
@ -362,7 +362,7 @@ const initializeWindows = function() {
|
|||
id: id,
|
||||
title: 'QBT_TR(Statistics)QBT_TR[CONTEXT=StatsDialog]',
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'statistics.html',
|
||||
contentURL: 'views/statistics.html',
|
||||
maximizable: false,
|
||||
padding: 10,
|
||||
width: loadWindowWidth(id, 275),
|
||||
|
@ -920,12 +920,12 @@ const initializeWindows = function() {
|
|||
id: id,
|
||||
title: 'QBT_TR(About qBittorrent)QBT_TR[CONTEXT=AboutDialog]',
|
||||
loadMethod: 'xhr',
|
||||
contentURL: 'about.html',
|
||||
contentURL: 'views/about.html',
|
||||
require: {
|
||||
css: ['css/Tabs.css']
|
||||
},
|
||||
toolbar: true,
|
||||
toolbarURL: 'aboutToolbar.html',
|
||||
toolbarURL: 'views/aboutToolbar.html',
|
||||
padding: 10,
|
||||
width: loadWindowWidth(id, 550),
|
||||
height: loadWindowHeight(id, 360),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue