Skip to content

Commit

Permalink
fix: turn of discord off switch for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Oct 15, 2024
1 parent eb291af commit be1b198
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:yaru/constants.dart';

Expand Down Expand Up @@ -192,4 +190,4 @@ const kShowLeadingThreshold = 3000;

// TODO(#946): make discord work inside the snap
// or leave it for linux disabled if this won't work
bool kDiscordEnabledOnPlatform = !Platform.isLinux;
bool kDiscordEnabledOnPlatform = true;

0 comments on commit be1b198

Please sign in to comment.