template fix, logic fix, file monitor change

This commit is contained in:
2022-02-19 22:46:54 -06:00
parent 918eec1053
commit f79aa4e852
4 changed files with 3 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ class Main:
self._event_system = event_system
self._socket_id = socket_id
self._gtk_plug = Gtk.Plug.new(self._socket_id)
button = Gtk.Button(label=label=self._plugin_name)
button = Gtk.Button(label=self._plugin_name)
self._message = None
self._time_out = 5