mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #15999 from howard-stearns/steam-store-commerce-83
Steam store commerce 83
This commit is contained in:
commit
f24158bf00
1 changed files with 2 additions and 2 deletions
|
@ -1225,8 +1225,8 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
#endif
|
||||
|
||||
bool isStore = property(hifi::properties::OCULUS_STORE).toBool();
|
||||
|
||||
DependencyManager::get<WalletScriptingInterface>()->setLimitedCommerce(isStore); // Or we could make it a separate arg, or if either arg is set, etc. And should this instead by a hifi::properties?
|
||||
// Or we could make it a separate arg, or if either arg is set, etc. And should this instead by a hifi::properties?
|
||||
DependencyManager::get<WalletScriptingInterface>()->setLimitedCommerce(isStore || property(hifi::properties::STEAM).toBool());
|
||||
|
||||
updateHeartbeat();
|
||||
|
||||
|
|
Loading…
Reference in a new issue