mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
Rename WebUI toolbar files
This commit is contained in:
parent
3f8f9a3962
commit
b3f9b9e9b2
@ -873,7 +873,7 @@ window.addEvent('load', function() {
|
||||
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'],
|
||||
},
|
||||
tabsURL: 'properties.html',
|
||||
tabsURL: 'propertiesToolbar.html',
|
||||
tabsOnload: function() {
|
||||
MochaUI.initializeTabs('propertiesTabs');
|
||||
|
||||
|
@ -173,7 +173,7 @@ const initializeWindows = function() {
|
||||
require: {
|
||||
css: ['css/Tabs.css']
|
||||
},
|
||||
toolbarURL: 'preferences.html',
|
||||
toolbarURL: 'preferencesToolbar.html',
|
||||
maximizable: false,
|
||||
closable: true,
|
||||
paddingVertical: 0,
|
||||
|
@ -20,9 +20,9 @@
|
||||
<file>private/installsearchplugin.html</file>
|
||||
<file>private/newcategory.html</file>
|
||||
<file>private/newtag.html</file>
|
||||
<file>private/preferences.html</file>
|
||||
<file>private/preferencesToolbar.html</file>
|
||||
<file>private/preferences_content.html</file>
|
||||
<file>private/properties.html</file>
|
||||
<file>private/propertiesToolbar.html</file>
|
||||
<file>private/properties_content.html</file>
|
||||
<file>private/rename.html</file>
|
||||
<file>private/search.html</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user