mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
disable activity tracking if studio
This commit is contained in:
parent
f407aa6334
commit
9b1f4eef89
@ -328,7 +328,7 @@ namespace Bloxstrap
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (App.Settings.Prop.EnableActivityTracking)
|
if (App.Settings.Prop.EnableActivityTracking && !_studioLaunch)
|
||||||
{
|
{
|
||||||
activityWatcher = new();
|
activityWatcher = new();
|
||||||
shouldWait = true;
|
shouldWait = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user