Fix minimal build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
eb3c57d322
commit
7ade20936f
1 changed files with 2 additions and 0 deletions
|
|
@ -745,6 +745,7 @@ void addThemeMenuItems(Menu*, ModuleTheme*) {}
|
||||||
// known terminal modules
|
// known terminal modules
|
||||||
std::vector<Model*> hostTerminalModels;
|
std::vector<Model*> hostTerminalModels;
|
||||||
|
|
||||||
|
#ifndef NOPLUGINS
|
||||||
// stuff that reads config files, we don't want that
|
// stuff that reads config files, we don't want that
|
||||||
int loadConsoleType() { return 0; }
|
int loadConsoleType() { return 0; }
|
||||||
bool loadDarkAsDefault() { return settings::darkMode; }
|
bool loadDarkAsDefault() { return settings::darkMode; }
|
||||||
|
|
@ -757,6 +758,7 @@ void saveDefaultTheme(ModuleTheme) {}
|
||||||
void saveDirectOutMode(bool) {}
|
void saveDirectOutMode(bool) {}
|
||||||
void saveHighQualityAsDefault(bool) {}
|
void saveHighQualityAsDefault(bool) {}
|
||||||
void writeDefaultTheme() {}
|
void writeDefaultTheme() {}
|
||||||
|
#endif
|
||||||
|
|
||||||
// plugin instances
|
// plugin instances
|
||||||
Plugin* pluginInstance__Cardinal;
|
Plugin* pluginInstance__Cardinal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue