mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04: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: () => {
|
renderIndicator: () => {
|
||||||
const { mode } = Settings.plugins.ServerListIndicators;
|
const { mode } = Settings.plugins.ServerListIndicators;
|
||||||
let text: string;
|
let text;
|
||||||
|
|
||||||
if (!!(mode & IndicatorType.FRIEND) && !!(mode & IndicatorType.SERVER)) {
|
if (!!(mode & IndicatorType.FRIEND) && !!(mode & IndicatorType.SERVER)) {
|
||||||
text = `${onlineFriends} Friends, ${guildCount} Servers`;
|
text = `${onlineFriends} Friends, ${guildCount} Servers`;
|
||||||
} else if (!!(mode & IndicatorType.FRIEND)) {
|
} else if (!!(mode & IndicatorType.FRIEND)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue