mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Removed test telemetry notification before game launching
This commit is contained in:
parent
0e127815f9
commit
474364fee1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default (launcher: Launcher): Promise<void> => {
|
|||
Game.isTelemetryDisabled()
|
||||
.then(async (telemetryDisabled) => {
|
||||
// If telemetry servers are not disabled
|
||||
if (telemetryDisabled)
|
||||
if (!telemetryDisabled)
|
||||
{
|
||||
Notification.show({
|
||||
...Locales.translate('notifications.telemetry_not_disabled'),
|
||||
|
|
Loading…
Reference in a new issue