akiraux / Akira

Native Linux App for UI and UX Design built in Vala and GTK
GNU General Public License v3.0
5.24k stars 202 forks source link

Convert settings.export_format to ENUM #741

Open Alecaddd opened 1 year ago

Alecaddd commented 1 year ago

I'm currently saving the settings.export_format pref as a string to remember the default format for exporting images chosen by the user (PNG, JPEG). That should be an ENUM.