Added scaffold on settings

This commit is contained in:
Juan Gilsanz Polo 2022-10-08 15:07:33 +02:00
parent 429ad636b0
commit 4ff8c7e123
2 changed files with 84 additions and 81 deletions

View file

@ -55,7 +55,6 @@ List<AppScreen> screensServerConnected = [
const AppScreen(
name: "settings",
icon: Icons.settings_rounded,
appBar: SettingsAppBar(),
body: Settings()
)
];