mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
got pygame working on windows, so we no longer need this windows check
This commit is contained in:
parent
6195627caf
commit
9f69cccd02
1 changed files with 12 additions and 13 deletions
|
@ -87,7 +87,6 @@ class Notification:
|
||||||
|
|
||||||
def sound(self):
|
def sound(self):
|
||||||
"""plays a sound when a torrent finishes"""
|
"""plays a sound when a torrent finishes"""
|
||||||
if not deluge.common.windows_check():
|
|
||||||
try:
|
try:
|
||||||
import pygame
|
import pygame
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue