Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Jul 16, 2024
1 parent 82d429f commit 24b3410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/armcordSettings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function onLoad() {
refreshSettings()
store.i18n = window.armcord.translations
// make this better
if (window.armcord.settings.config.mods = "vencord") {
if (window.armcord.settings.config.mods == "vencord") {
store.vencord = true;
} else {
store.vencord = false;
Expand Down

0 comments on commit 24b3410

Please sign in to comment.