disable activity tracking if studio

This commit is contained in:
bluepilledgreat 2023-10-04 12:55:46 +01:00
parent f407aa6334
commit 9b1f4eef89

View File

@ -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;