Skip to content

Commit

Permalink
diable hotkey plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Feb 4, 2016
1 parent 7cb7fad commit 505a3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ sudo apt-get install python3-dbus.mainloop.pyqt5
# gstreamer 依赖还需要自己探索了,目前没搞清楚...
```
### archlinux安装
yaourt -S feeluown-git


## 目前依賴
Python 3, PyQt5
Expand Down Expand Up @@ -79,9 +82,6 @@ cd FeelUOwn

然后就可以搜索 FeelUOwn, 就可以从系统程序中找到

### archlinux安装
yaourt -S feeluown-git

## Changelog

**2015年11月10日**
Expand Down
2 changes: 1 addition & 1 deletion feeluown/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self, parent=None):

def _init_plugins(self):
NetEaseMusic.init(self) # 特别意义的插件
Hotkey.init()
# Hotkey.init()
MprisEx.init()

def _init_signal_binding(self):
Expand Down

0 comments on commit 505a3c8

Please sign in to comment.