mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
IF ELSE FIX AGAIN BABY
This commit is contained in:
parent
1a33639aa1
commit
852da78e7b
1 changed files with 1 additions and 2 deletions
|
@ -127,8 +127,7 @@ export default definePlugin({
|
|||
|
||||
renderIndicator: () => {
|
||||
const { mode } = Settings.plugins.ServerListIndicators;
|
||||
let text: string;
|
||||
|
||||
let text;
|
||||
if (!!(mode & IndicatorType.FRIEND) && !!(mode & IndicatorType.SERVER)) {
|
||||
text = `${onlineFriends} Friends, ${guildCount} Servers`;
|
||||
} else if (!!(mode & IndicatorType.FRIEND)) {
|
||||
|
|
Loading…
Reference in a new issue