mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +00:00
Rename WebUI content files
This commit is contained in:
parent
b3f9b9e9b2
commit
f214dd233b
@ -868,7 +868,7 @@ window.addEvent('load', function() {
|
||||
bottom: 0,
|
||||
left: 0
|
||||
},
|
||||
contentURL: 'properties_content.html',
|
||||
contentURL: 'properties.html',
|
||||
require: {
|
||||
css: ['css/Tabs.css', 'css/dynamicTable.css'],
|
||||
js: ['scripts/prop-general.js', 'scripts/prop-trackers.js', 'scripts/prop-peers.js', 'scripts/prop-webseeds.js', 'scripts/prop-files.js'],
|
||||
|
@ -169,7 +169,7 @@ const initializeWindows = function() {
|
||||
title: "QBT_TR(Options)QBT_TR[CONTEXT=OptionsDialog]",
|
||||
loadMethod: 'xhr',
|
||||
toolbar: true,
|
||||
contentURL: 'preferences_content.html',
|
||||
contentURL: 'preferences.html',
|
||||
require: {
|
||||
css: ['css/Tabs.css']
|
||||
},
|
||||
|
@ -21,9 +21,9 @@
|
||||
<file>private/newcategory.html</file>
|
||||
<file>private/newtag.html</file>
|
||||
<file>private/preferencesToolbar.html</file>
|
||||
<file>private/preferences_content.html</file>
|
||||
<file>private/preferences.html</file>
|
||||
<file>private/propertiesToolbar.html</file>
|
||||
<file>private/properties_content.html</file>
|
||||
<file>private/properties.html</file>
|
||||
<file>private/rename.html</file>
|
||||
<file>private/search.html</file>
|
||||
<file>private/searchplugins.html</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user