mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Handle provider opening more centrally, switch to existing provider if same file is being opened again
This commit is contained in:
@@ -15,7 +15,7 @@ namespace hex::plugin::remote {
|
||||
bool isResizable() const override { return false; }
|
||||
bool isSavable() const override { return isWritable(); }
|
||||
|
||||
bool open() override;
|
||||
OpenResult open() override;
|
||||
void close() override;
|
||||
void save() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user