🔀 Merge pull request #184 from Texas0295/v3
[FIX] linux: restrict setAsFrameless to Wayland only
This commit is contained in:
@@ -130,7 +130,6 @@ void main() async {
|
|||||||
debugPrint('[Wayland] setAsFrameless failed: $e');
|
debugPrint('[Wayland] setAsFrameless failed: $e');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await windowManager.setAsFrameless();
|
|
||||||
await windowManager.setMinimumSize(defaultSize);
|
await windowManager.setMinimumSize(defaultSize);
|
||||||
await windowManager.show();
|
await windowManager.show();
|
||||||
await windowManager.focus();
|
await windowManager.focus();
|
||||||
|
Reference in New Issue
Block a user