We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2110c3 commit 7744e46Copy full SHA for 7744e46
core/ModManager.py
@@ -77,8 +77,3 @@ def load_mod_list(self):
77
message = error.message
78
else:
79
message = "Unknown error"
80
- QMessageBox.critical(
81
- self, "CMF Parsing Error",
82
- "Oops. Something went wrong while opening the CMF:\n{}".format(
83
- message))
84
-
0 commit comments