feat: Move styles one settings level up
This commit is contained in:
parent
af1103ee0a
commit
a5c88479af
3 changed files with 10 additions and 10 deletions
|
|
@ -22,11 +22,6 @@ class SettingsChatView extends StatelessWidget {
|
|||
withScrolling: true,
|
||||
child: Column(
|
||||
children: [
|
||||
ListTile(
|
||||
title: Text(L10n.of(context).changeTheme),
|
||||
onTap: () => VRouter.of(context).to('style'),
|
||||
trailing: const Icon(Icons.style_outlined),
|
||||
),
|
||||
ListTile(
|
||||
title: Text(L10n.of(context).emoteSettings),
|
||||
onTap: () => VRouter.of(context).to('emotes'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue