Skip to content

Commit

Permalink
fix: Readd divider mistakenly removed in #194
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Sep 19, 2022
1 parent d6dde3e commit b817125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/views/settings/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class SettingsView extends StatelessWidget {
subtitle: 'English',
onTap: () => model.showLanguagesDialog(context),
),
_settingsDivider,
SettingsSection(
title: 'settingsView.patcherSectionTitle',
children: <Widget>[
Expand Down

0 comments on commit b817125

Please sign in to comment.