2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Simplified conditions for hiding hint for photo editor.

This commit is contained in:
23rd
2021-09-05 12:37:30 +03:00
committed by John Preston
parent 150dbef19f
commit ce7a3c354c
4 changed files with 21 additions and 10 deletions

View File

@@ -50,6 +50,6 @@ enum class MimeDataState {
void PrepareDetails(Ui::PreparedFile &file, int previewWidth);
void UpdateImageDetails(Ui::PreparedFile &file, int previewWidth);
[[nodiscard]] bool ApplyModifications(Ui::PreparedList &list);
bool ApplyModifications(Ui::PreparedList &list);
} // namespace Storage