Tweak Name so it does not interfere with @xll4dux plugin
This commit is contained in:
parent
93c1169104
commit
752311b8fe
|
@ -16,7 +16,7 @@ import gi
|
||||||
gi.require_version('Notify', '0.7')
|
gi.require_version('Notify', '0.7')
|
||||||
from gi.repository import GObject, GLib, Notify
|
from gi.repository import GObject, GLib, Notify
|
||||||
VERSION = '0.1.0'
|
VERSION = '0.1.0'
|
||||||
AVAILABLE = ['LongCommandNotify']
|
AVAILABLE = ['CommandNotify']
|
||||||
|
|
||||||
|
|
||||||
class LongCommandNotify(plugin.Plugin):
|
class LongCommandNotify(plugin.Plugin):
|
||||||
|
|
Loading…
Reference in New Issue