diff --git a/src/main.cpp b/src/main.cpp index b081e69..ee02606 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,13 +32,13 @@ class $modify(MenuLayer) { // Gets the discord button child from the socialmediamenu auto discordbutton = socialmediamenu->getChildByID("discord-button"); - if (Mod::get()->getSettingValue("switch-discord-twitch")) { + if (Mod::get()->getSettingValue("switch-discord-twitch")) { - // Sets the position to X: 88, Y: 30 - discordbutton->setPosition(88, 30); + // Sets the position to X: 88, Y: 30 + discordbutton->setPosition(88, 30); - // Finally sets the twitch button to X: 59, Y: 30 - twitchbutton->setPosition(59, 30); + // Finally sets the twitch button to X: 59, Y: 30 + twitchbutton->setPosition(59, 30); // Lowers the scale of the socialmediamenu socialmediamenu->setScale(0.9); @@ -50,9 +50,9 @@ class $modify(MenuLayer) { } else { twitchbutton->setPosition(88, 30); - discordbutton->setPosition(59, 30); + discordbutton->setPosition(59, 30); - // Lowers the scale of the socialmediamenu + // Lowers the scale of the socialmediamenu socialmediamenu->setScale(0.9); // Sets the position to X: 17, Y: -22