Tweak Name so it does not interfere with @xll4dux plugin

This commit is contained in:
Matt Rose 2020-09-03 18:18:08 -04:00
parent 93c1169104
commit 752311b8fe
1 changed files with 1 additions and 1 deletions

View File

@ -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):