Remove misleading settings prompt

more-configs
Felix Bruns 10 months ago
parent 1b2850c41d
commit 3aa084801e

@ -22,8 +22,7 @@ class SettingsView extends StatelessWidget {
body: Padding(
padding: const EdgeInsets.all(16),
child: Column(
children: [
const Text("Config file is stored under \$HOME/.local/share"),
children: [
DropdownButton<ThemeMode>(
value: controller.themeMode,
onChanged: controller.updateThemeMode,

Loading…
Cancel
Save