Taiko2k / Avvie

A GTK app for quick image cropping :flower_playing_cards:
GNU General Public License v3.0
159 stars 19 forks source link

Add default aspect ratio selection to prefrences #43

Closed rgronberg closed 1 year ago

rgronberg commented 1 year ago

This change allows the default aspect ratio to be specified in preferences. I got tired of selecting 16:9 each time I launched the program. I tested all aspect ratios and they all work when opening the app. Default is still square when there is nothing specified in the config json.

Changing the default aspect ration does not update the current aspect ratio selected. The selected default is only applied when the application is launched

rgronberg commented 1 year ago

There's a bug in this I just realized. If the user selects a default besides square and then back to square, the main popover will not have any selection when the application is relaunched. I will update the PR with the fix and report back here when it is ready to merge.

rgronberg commented 1 year ago

PR is updated and working fully now