Skip to content

Commit

Permalink
refactor(core): settings menu
Browse files Browse the repository at this point in the history
- renamed to fork
  • Loading branch information
bocajthomas committed Oct 2, 2024
1 parent d87e9ca commit 6bc3fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SettingsMenu : AbstractMenu() {
}

if (param.argNullable<String>(0) == ngsChatLabel) {
param.setArg(0, "SnapEnhance")
param.setArg(0, "SE Extended")
}
}
}
Expand Down

0 comments on commit 6bc3fec

Please sign in to comment.