File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77dist /
88* .spec
99* .zip
10- RainingKeysPython-debug
10+ RainingKeysPython-debug
11+ RELEASE_NOTES.md
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class SettingsWindow(QWidget):
88 def __init__ (self , settings_manager : SettingsManager ):
99 super ().__init__ ()
1010 self .settings = settings_manager
11- self .setWindowTitle ("RainingKeys Config" )
11+ self .setWindowTitle (f "RainingKeys Config v { Config . VERSION } " )
1212 self .resize (300 , 350 )
1313
1414 # Recording State
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def main():
3434 input_mon .raw_key_pressed .connect (settings_win .handle_raw_key )
3535 input_mon .start ()
3636
37- print ("RainingKeys started." )
37+ print (f "RainingKeys v { Config . VERSION } started." )
3838 print (" - Overlay active." )
3939 print (" - Settings window open." )
4040 print ("Press Ctrl+C in terminal to stop." )
You can’t perform that action at this time.
0 commit comments