Skip to content

Commit

Permalink
⚡️bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaygediz committed Dec 19, 2023
1 parent 0886470 commit 5350990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RichSpan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1268,5 +1268,6 @@ def replaceText(self, text):
app.setApplicationName("RichSpan")
app.setApplicationDisplayName("RichSpan")
app.setApplicationVersion("1.3.10")
RS_ControlInfo().show()
ci = RS_ControlInfo()
ci.show()
sys.exit(app.exec_())

0 comments on commit 5350990

Please sign in to comment.