Simplify name to “CoverGrid” skipping the “MPD” prefix

This commit is contained in:
coderkun 2017-04-25 12:53:44 +02:00
commit 5e598250ab
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ from mcg import widgets
class Application(Gtk.Application):
TITLE = "MPDCoverGrid"
TITLE = "CoverGrid"
ID = 'de.coderkun.mcg'
DOMAIN = 'mcg'