mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 10:28:32 +00:00
(trunk web) ...and, also make sure that the three dialogs all use the same effects
This commit is contained in:
@@ -184,8 +184,7 @@ function PrefsDialog(remote) {
|
||||
? getDefaultMobileOptions()
|
||||
: { width: 350, height: 400 };
|
||||
o.autoOpen = false;
|
||||
o.show = 'fade';
|
||||
o.hide = 'fade';
|
||||
o.show = o.hide = 'fade';
|
||||
o.close = onDialogClosed;
|
||||
e.tabbedDialog(o);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user