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 68f158d866
commit cac4e58af4
4 changed files with 30 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import {
ThemeCustomCSSShim,
DisplaySeasonalShim,
DisplayTransparencyShim,
ShowSendButtonShim,
} from "../../../components/settings/AppearanceShims";
import ThemeOverrides from "../../../components/settings/appearance/ThemeOverrides";
import ThemeTools from "../../../components/settings/appearance/ThemeTools";
@@ -28,6 +29,11 @@ export const Appearance = observer(() => {
<hr />
<ThemeAccentShim />
<hr />
<h3>
<Text id="app.settings.pages.appearance.appearance_options.title" />
</h3>
<ShowSendButtonShim />
<hr />
<h3>
<Text id="app.settings.pages.appearance.theme_options.title" />
</h3>