chore(client/ts): port options/appearance

This commit is contained in:
Elian Doran
2025-01-11 11:02:22 +02:00
parent 5bfcf88acd
commit 552cc2753f
7 changed files with 83 additions and 24 deletions

View File

@@ -188,6 +188,9 @@ export type CommandMappings = {
copyTabToNewWindow: CommandData;
closeActiveTab: CommandData & {
$el: JQuery<HTMLElement>
},
setZoomFactorAndSave: {
zoomFactor: string;
}
};