refactor(client,server): rebrand to CPU arch warnings

This commit is contained in:
Elian Doran
2025-06-12 22:16:57 +03:00
parent db3c008c07
commit 8edbbe27f8
8 changed files with 54 additions and 53 deletions

View File

@@ -129,7 +129,7 @@ export type CommandMappings = {
openAboutDialog: CommandData;
hideFloatingButtons: {};
hideLeftPane: CommandData;
showRosettaWarning: CommandData;
showCpuArchWarning: CommandData;
showLeftPane: CommandData;
hoistNote: CommandData & { noteId: string };
leaveProtectedSession: CommandData;