feat: Add option to show Send button on Desktop (#628)

This commit is contained in:
Jan
2022-05-23 22:19:55 +02:00
committed by GitHub
parent e46a6d55d6
commit 6fdd701b38
4 changed files with 30 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ export interface ISettings {
"appearance:ligatures": boolean;
"appearance:seasonal": boolean;
"appearance:transparency": boolean;
"appearance:show_send_button": boolean;
"appearance:theme:base": "dark" | "light";
"appearance:theme:overrides": Partial<Overrides>;