busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Fixing QT save dialog #23

Closed sienczak closed 2 years ago

sienczak commented 2 years ago

Save dialog was originally opened as Open dialog. This does not allow to choose custom file name in GTK3 based environments. This fix sets this dialog as Save dialog explicitly to resolve this issue.

busimus commented 2 years ago

Thanks!