diff options
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/settings.h b/src/settings.h index ccb70d8a..0b051831 100644 --- a/src/settings.h +++ b/src/settings.h @@ -176,16 +176,16 @@ public: void setupLoadMechanism(); /** - * @return true if the user has enabled the quick installer (default true) - **/ - bool enableQuickInstaller(); - - /** * @return true if the user configured the use of a network proxy */ bool useProxy(); /** + * @return true if the user wants to see non-official plugins installed outside MO in his mod list + */ + bool displayForeign(); + + /** * @brief sets the new motd hash **/ void setMotDHash(uint hash); |
