Fix scrolling in settings
SettingsPage and SettingsSheet are now just two different ways to display SettingsContent, which saves us from having two nested pages.
Before (SettingsSheet {SettingsPage(Kirigami.Page) {Page }}})
.
After (SettingsSheet {SettingsContent(Layout) { Page }})
.