Maximize Window even if initial_window_size and initial_window_position are set #1517
Labels
eframe
Relates to epi and eframe
egui-winit
porblems related to winit
feature
New feature or request
I'd like to set maximized = true on eframe::NativeOptions along with an initial_window_size and initial_window_position with this behavior:
The application starts maximized, but when you restore it, it goes to the initial size and position.
I can't seem to find a way to achieve this behavior.
The text was updated successfully, but these errors were encountered: