Skip to content

Commit

Permalink
Fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiCraft committed Jul 19, 2022
1 parent efa3747 commit 6e80bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def apply():
QtWidgets.QMessageBox.information(MainWindow, "VRML Updater", "Server changed to " + get_selected_server()["url"] + " for " + str(len(wrls_to_apply)) + " wrls")
# Clear the selection of the user for everything
ui.userList.clearSelection()
ui.indexList.clearSelectionr()
ui.indexList.clearSelection()
ui.wrlList.clearSelection()

MainWindow.show()
Expand Down

0 comments on commit 6e80bed

Please sign in to comment.