mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Warn before running executable files.
This commit is contained in:
@@ -1183,7 +1183,7 @@ bool Document::withThumb() const {
|
||||
&& !_data->thumb->isNull()
|
||||
&& _data->thumb->width()
|
||||
&& _data->thumb->height()
|
||||
&& !documentIsExecutableName(_data->filename());
|
||||
&& !Data::IsExecutableName(_data->filename());
|
||||
}
|
||||
|
||||
bool Document::updateStatusText() {
|
||||
|
Reference in New Issue
Block a user