Don't allow the updater window to be resized.
This commit is contained in:
@@ -538,6 +538,7 @@ public class Getdown extends Thread
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
_frame.setResizable(false);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
_frame.setTitle(title);
|
_frame.setTitle(title);
|
||||||
|
|||||||
Reference in New Issue
Block a user