impr: Disable the initial oobe screen in the web version
This commit is contained in:
parent
bde476dfb7
commit
d23d382038
@ -345,6 +345,11 @@ namespace hex::plugin::builtin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setupOutOfBoxExperience() {
|
void setupOutOfBoxExperience() {
|
||||||
|
// Don't show the out of box experience in the web version
|
||||||
|
#if defined(OS_WEB)
|
||||||
|
return;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Check if there is a telemetry uuid
|
// Check if there is a telemetry uuid
|
||||||
s_uuid = ContentRegistry::Settings::read("hex.builtin.setting.general", "hex.builtin.setting.general.uuid", "").get<std::string>();
|
s_uuid = ContentRegistry::Settings::read("hex.builtin.setting.general", "hex.builtin.setting.general.uuid", "").get<std::string>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user