Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Formak21 committed Nov 17, 2021
1 parent 1baf77e commit 120c643
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Client/ConnectionDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.setFixedSize(440, 150)
self.communication = Communicate()
self.ConnectButton.clicked.connect(self.connect)
self.ExitButton.clicked.connect(exit)
self.ExitButton.clicked.connect(self.close)

def connect(self):
ip_port = (self.IPLine.text(), self.PortLine.text())
Expand Down
2 changes: 1 addition & 1 deletion src/Client/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
self.AutoUpdaterThread.started.connect(self.AutoUpdater.run)
self.Server = None

self.ExitButton.clicked.connect(exit)
self.ExitButton.clicked.connect(self.close)
self.ReconnectButton.clicked.connect(self.on_reconnect)
self.ReloadButton.clicked.connect(self.reload)
self.SendButton.clicked.connect(self.send)
Expand Down
Binary file added src/Client/ico/ico.psd
Binary file not shown.
Binary file added src/Client/ico/ico128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Client/ico/ico16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Client/ico/ico256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Client/ico/ico32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Client/ico/ico64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/Client/icon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/Client/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PyQt5
Binary file modified src/Server/Database/messages_db.sqlite
Binary file not shown.

0 comments on commit 120c643

Please sign in to comment.