fixed zone protect SAMs triggers, added online version check

This commit is contained in:
spencer-ki
2022-03-20 11:13:09 -07:00
parent e8dbd54475
commit 543a98c559
6 changed files with 22 additions and 5 deletions

View File

@@ -534,7 +534,7 @@ class Ui_MainWindow(object):
self.actionAll.setChecked(True)
self.actionAll.setObjectName("actionAll")
self.actionMultiplayer = QtWidgets.QAction(MainWindow)
self.actionMultiplayer.setCheckable(True)
self.actionMultiplayer.setCheckable(False)
self.actionMultiplayer.setObjectName("actionMultiplayer")
self.actionAll_2 = QtWidgets.QAction(MainWindow)
self.actionAll_2.setCheckable(True)