mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Reimplement file open confirmations.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user