Merge pull request #422 from pop-os/disable-sound

app: Disable sound page until it is more functional
This commit is contained in:
Victoria Brekenfeld 2024-07-26 14:02:08 +02:00 committed by GitHub
commit f8a17e01ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ impl cosmic::Application for SettingsApp {
let desktop_id = app.insert_page::<desktop::Page>().id();
app.insert_page::<input::Page>();
app.insert_page::<display::Page>();
app.insert_page::<sound::Page>();
//app.insert_page::<sound::Page>();
app.insert_page::<system::Page>();
app.insert_page::<time::Page>();
app.insert_page::<power::Page>();