parent
35ec241b01
commit
f32825a79e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ function addTorrentFromPaste () {
|
|||
|
||||
function setBounds (bounds) {
|
||||
debug('setBounds %o', bounds)
|
||||
if (windows.main && !windows.main.isFullScreen()) {
|
||||
if (windows.main && !windows.main.isFullScreen() && !windows.main.isMaximized()) {
|
||||
windows.main.setBounds(bounds, true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue