Implement setting for disabling first use tips

This commit is contained in:
Kamil
2020-12-07 19:24:56 +01:00
committed by Gent S
parent bd3a91e530
commit 04112377ea
3 changed files with 12 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ namespace settings {
extern bool MONITORENABLED;
extern int MONITORPORT;
extern int MONITORINTERVAL;
extern bool DISABLEFIRSTUSEFLAG;
void init();
}