change window title to reflect name

This commit is contained in:
Nihilazo 2020-07-22 23:05:06 +01:00
parent 7f5b1fd6d5
commit 97a379dc59
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def gradient(x1,y1,x2,y2):
class MenuWindow(Gtk.Window):
def __init__(self, options, colors):
super().__init__()
self.set_title("PieMenu")
self.set_title("sike")
self.options = options
self.colors = colors
self.selected = None