mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Move all icon resources to icon folder root
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1625,7 +1625,7 @@ MUI.Window = new Class({
|
||||
|
||||
// Fix a mouseover issue with gauges in IE7
|
||||
if ( MUI.ieLegacySupport && options.shape == 'gauge') {
|
||||
this.windowEl.setStyle('backgroundImage', 'url(../images/skin/spacer.gif)');
|
||||
this.windowEl.setStyle('backgroundImage', 'url(../images/spacer.gif)');
|
||||
}
|
||||
|
||||
if (options.loadMethod == 'iframe') {
|
||||
|
||||
Reference in New Issue
Block a user