diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-08-27 11:14:19 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-08-27 16:04:35 +0200 |
| commit | 19b36044f07f61d5fc3336a1bb15bbb7b05ec8c0 (patch) | |
| tree | 19a3b5886fa5bcdf1c2240c01b6fc974d1c95391 | |
| parent | c165be9459bc91190bf2f8f114c00a9b9eb5fffb (diff) | |
| download | mullvadvpn-19b36044f07f61d5fc3336a1bb15bbb7b05ec8c0.tar.xz mullvadvpn-19b36044f07f61d5fc3336a1bb15bbb7b05ec8c0.zip | |
Change settings header to small title
Remove the large "Settings" title in favor of using only the title in
the top bar.
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx index 19d67f7b0e..537db1ed00 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/components/views/settings/SettingsView.tsx @@ -47,16 +47,10 @@ export function SettingsView() { // TRANSLATORS: Title label in navigation bar messages.pgettext('settings-view', 'Settings') } + titleVisible /> <SettingsNavigationScrollbars fillContainer> - <Title> - { - // TRANSLATORS: Main title for settings view - messages.pgettext('settings-view', 'Settings') - } - </Title> - <Flex $flexDirection="column" $gap="medium"> {showSubSettings ? ( <> |
