app: Disable sound page until it is more functional

This commit is contained in:
Victoria Brekenfeld 2024-07-26 12:52:31 +02:00
parent 1eca3d30ee
commit 116bae083e

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>();