@ -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"),
DropdownButton<ThemeMode>(
value: controller.themeMode,
onChanged: controller.updateThemeMode,