Merge pull request #422 from pop-os/disable-sound
app: Disable sound page until it is more functional
This commit is contained in:
commit
f8a17e01ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue