Reimplement file open confirmations.

This commit is contained in:
John Preston
2024-04-15 11:18:57 +04:00
parent f4a09a9ca0
commit 6a28cd1a35
17 changed files with 375 additions and 158 deletions
@@ -1514,9 +1514,7 @@ bool Document::iconAnimated() const {
}
bool Document::withThumb() const {
return !songLayout()
&& _data->hasThumbnail()
&& !Data::IsExecutableName(_data->filename());
return !songLayout() && _data->hasThumbnail();
}
bool Document::updateStatusText() {