This commit is contained in:
2026-07-03 15:23:39 +09:00
parent dd30fcd331
commit a6f2ef118e
6 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ local mod_tint = {
[8] = {r=233, g=63, b=233}
}
if not (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or not (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
if not (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) and not (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
return
end