Plugin work

This commit is contained in:
2022-09-04 22:35:30 -05:00
parent aabcd46d75
commit 3d0a714106
14 changed files with 1122 additions and 267 deletions

View File

@@ -26,7 +26,7 @@ def daemon_threaded(fn):
class Plugin:
def __init__(self):
self.name = "Favorites Plugin" # NOTE: Need to remove after establishing private bidirectional 1-1 message bus
self.name = "Favorites" # NOTE: Need to remove after establishing private bidirectional 1-1 message bus
# where self.name should not be needed for message comms
self.path = os.path.dirname(os.path.realpath(__file__))
self._GLADE_FILE = f"{self.path}/favorites.glade"