Renamed utiols folder; fixed widget error on start; Symbols logic fix

This commit is contained in:
2024-02-28 21:27:13 -06:00
parent a3496263b9
commit d073282c66
27 changed files with 288 additions and 114 deletions

View File

@@ -67,3 +67,6 @@ class Window(SignalsMixin, Gtk.ApplicationWindow):
cr.set_operator(cairo.OPERATOR_SOURCE)
cr.paint()
cr.set_operator(cairo.OPERATOR_OVER)
def main(self):
Gtk.main()