We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a787c8 commit 3ead3d9Copy full SHA for 3ead3d9
1 file changed
gui/app.py
@@ -23,7 +23,7 @@ class App(QWidget):
23
def __init__(self):
24
super().__init__()
25
screen = QDesktopWidget().screenGeometry()
26
- self.title = 'NUT 3.0'
+ self.title = 'NUT 3.1'
27
self.left = int(screen.width() / 4)
28
self.top = int(screen.height() / 4)
29
self.width = int(screen.width() / 2)
0 commit comments