remove Theme Settings

This commit is contained in:
YamiDoesDev 2023-01-07 15:36:28 +01:00
parent f588e61fe7
commit ba6749455f
1 changed files with 0 additions and 4 deletions

View File

@ -105,10 +105,6 @@ class _SettingsState extends State<Settings> {
), ),
], ],
), ),
const SingleSection(
title: "Theme Settings",
children: <Widget>[],
)
]), ]),
) )
]), ]),