Skip to content

Commit

Permalink
chore: disable discord for linux again (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Oct 20, 2024
1 parent 2387977 commit 4cf317e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ import 'package:flutter/foundation.dart';
bool allowDiscordRPC = kDebugMode ||
Platform.isMacOS ||
Platform.isWindows ||
Platform.isLinux ||
bool.tryParse(const String.fromEnvironment('ALLOW_DISCORD_RPC')) == true;

0 comments on commit 4cf317e

Please sign in to comment.