diff --git a/Valor.swf b/Valor.swf index 0140e6c..59ed5ed 100644 Binary files a/Valor.swf and b/Valor.swf differ diff --git a/gui.py b/gui.py index 97fcd2d..4626afc 100644 --- a/gui.py +++ b/gui.py @@ -24,7 +24,7 @@ def __init__(self, pm: PluginManager, client: Client, proxy): self.root = Tk() self.root.geometry("460x220") self.root.resizable(False, False) - self.root.title("vrelay by swrlly - for valor v3.2.2") + self.root.title("vrelay by swrlly - for valor v3.2.4") self.buttonFrame = Frame(self.root) self.buttonFrame.grid(row = 0, column = 0)