Kneelawk / fractal-rs

Simple fractal viewer written in Rust
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add Settings for Initial Window Size/Fullscreen #28

Closed Kneelawk closed 2 years ago

Kneelawk commented 2 years ago

Currently, when the application starts, the window is always the same size. It would be nice to have settings that allow the window to start up with different sizes or fullscreen.

Obviously, this relies on #17.