mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
fix: Readd divider mistakenly removed in #194
This commit is contained in:
parent
d6dde3e23b
commit
b8171253c7
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class SettingsView extends StatelessWidget {
|
||||||
subtitle: 'English',
|
subtitle: 'English',
|
||||||
onTap: () => model.showLanguagesDialog(context),
|
onTap: () => model.showLanguagesDialog(context),
|
||||||
),
|
),
|
||||||
|
_settingsDivider,
|
||||||
SettingsSection(
|
SettingsSection(
|
||||||
title: 'settingsView.patcherSectionTitle',
|
title: 'settingsView.patcherSectionTitle',
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
|
|
Loading…
Reference in a new issue