mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Changed size
This commit is contained in:
parent
999da666b4
commit
7e13285b7e
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ void main() async {
|
|||
|
||||
if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) {
|
||||
await windowManager.ensureInitialized();
|
||||
WindowManager.instance.setMinimumSize(const Size(1280, 720));
|
||||
WindowManager.instance.setMinimumSize(const Size(500, 700));
|
||||
}
|
||||
|
||||
if (Platform.isWindows || Platform.isLinux) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue