mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
feat: Added remote SSH file provider
This commit is contained in:
@@ -639,7 +639,7 @@ namespace hex::plugin::builtin {
|
||||
if (provider->isDirty())
|
||||
postfix += " (*)";
|
||||
|
||||
if (!provider->isWritable() && provider->getActualSize() != 0)
|
||||
if (!provider->isWritable())
|
||||
postfix += " (Read Only)";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user