Fix Naming Scheme

This commit is contained in:
thororen1234 2025-02-07 19:25:30 -05:00
parent eefecda52e
commit 691b5cd2ed

View file

@ -229,7 +229,7 @@ export default definePlugin({
if (IS_DEV) return " (Dev)";
if (IS_WEB) return " (Web)";
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)";
return "";
},