mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
Fix Naming Scheme
This commit is contained in:
parent
eefecda52e
commit
691b5cd2ed
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export default definePlugin({
|
||||||
if (IS_DEV) return " (Dev)";
|
if (IS_DEV) return " (Dev)";
|
||||||
if (IS_WEB) return " (Web)";
|
if (IS_WEB) return " (Web)";
|
||||||
if (IS_VESKTOP) return ` (Vesktop v${VesktopNative.app.getVersion()})`;
|
if (IS_VESKTOP) return ` (Vesktop v${VesktopNative.app.getVersion()})`;
|
||||||
if (IS_EQUIBOP) return `Equibop v${VesktopNative.app.getVersion()}`;
|
if (IS_EQUIBOP) return ` (Equibop v${VesktopNative.app.getVersion()})`;
|
||||||
if (IS_STANDALONE) return " (Standalone)";
|
if (IS_STANDALONE) return " (Standalone)";
|
||||||
return "";
|
return "";
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue