| Summary: | Save As dialog doesn't remember recently used file type | ||
|---|---|---|---|
| Product: | [Applications] Spectacle | Reporter: | Piotr Mierzwinski <piotr.mierzwinski> |
| Component: | General | Assignee: | Boudhayan Gupta <me> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | kde, nate, piotr.mierzwinski |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Piotr Mierzwinski
2021-08-20 20:41:48 UTC
It's because there is already an option to choose the default file type in the settings window. If the save dialog remembered the last-used choice, then these would conflict ("two sources of truth" problem) and we would need to remove the option in the settings window for which file type to use by default. Why can't you just change the value in the settings window to the file type you want to use more often?
(In reply to Nate Graham from comment #1) > It's because there is already an option to choose the default file type in > the settings window. I reported this because wasn't able to find this option, but now I found (here:: Configure -> Save -> Filename:"). > If the save dialog remembered the last-used choice, > then these would conflict ("two sources of truth" problem) and we would need > to remove the option in the settings window for which file type to use by > default. Why can't you just change the value in the settings window to the > file type you want to use more often? Yes,.You are right would be conflict unless would be added new option to combobox (in configuration window) calling for example 'last used;. At the very first use of "Save As" would be selected for example "PNG". And now if the user would changed it then new one would be suggested in "Save As" dialog. Glad you found where the option lives. I think the current state is okay. :) |