| 1720 | |
| 1721 | |
| 1722 | void Viewer::OnSaveAs() |
| 1723 | { |
| 1724 | if (!CurrImage) |
| 1725 | return; |
| 1726 | |
| 1727 | Config::ProfileData& profile = Config::GetProfileData(); |
| 1728 | if (profile.ShowImportRaw) |
| 1729 | return; |
| 1730 | |
| 1731 | if (CurrImage->IsLoaded()) |
| 1732 | Request_SaveAsModal = true; |
| 1733 | } |
| 1734 | |
| 1735 | |
| 1736 | void Viewer::OnSaveAll() |