Open josiahtripp opened 3 weeks ago
Added an option flag -f "--fullscreen" which can be used to start qterminal in fullscreen mode.
The flag sets the main window to fullscreen & checks the box for the fullscreen option in the GUI "view" menu.
When a window is opened using the flag, any additional windows created by the main window will not be opened in fullscreen mode.
Resolves issue #796 (Feature request)
Reviewing the code aside, I'm not sure this is needed in practice, i.e., beyond personal preferences of a few users.
Added an option flag -f "--fullscreen" which can be used to start qterminal in fullscreen mode.
The flag sets the main window to fullscreen & checks the box for the fullscreen option in the GUI "view" menu.
When a window is opened using the flag, any additional windows created by the main window will not be opened in fullscreen mode.
Resolves issue #796 (Feature request)