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