feat(client): show warning when running through rosetta 2

This commit is contained in:
perf3ct
2025-06-11 14:04:42 +00:00
parent 3f5024dc6d
commit 23ce896681
7 changed files with 150 additions and 1 deletions

View File

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