diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-25 15:36:46 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:19 -0400 |
| commit | 00d4921e47e5eef08b10dac127795ecc8ccf84ae (patch) | |
| tree | d985993aa1713af103a19ca345fb898f47421e3a /src/modinfodialognexus.h | |
| parent | fb93d9ff2d1c158fb546471f6e18e4dc9b965c2f (diff) | |
only load nexus website on activation
fixed refresh not working, will now always clear the browser so the refresh is obvious
Diffstat (limited to 'src/modinfodialognexus.h')
| -rw-r--r-- | src/modinfodialognexus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialognexus.h b/src/modinfodialognexus.h index 86d87c30..92330704 100644 --- a/src/modinfodialognexus.h +++ b/src/modinfodialognexus.h @@ -41,6 +41,7 @@ public: void clear() override; void update() override; + void firstActivation() override; void setMod(ModInfo::Ptr mod, MOShared::FilesOrigin* origin) override; bool usesOriginFiles() const override; |
