Skip to content

Commit

Permalink
Remove unused always on keyboard setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed May 12, 2022
1 parent e636818 commit 2721246
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/src/settings/views/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ class SettingsView extends HookConsumerWidget {
ref.watch(settingsProvider.notifier).setWordWrapped();
}),
),
ListTile(
leading: const Icon(Icons.keyboard),
title: const Text('Always on keyboard'),
trailing: Switch(
value: false,
onChanged: (val) {
// textWrapSwitch.value = !textWrapSwitch.value;
}),
),
],
),
),
Expand Down

0 comments on commit 2721246

Please sign in to comment.