mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-23 12:12:06 -05:00
Removed amixer requirement for volume control
This commit is contained in:
parent
d42dc26e09
commit
b3cc3f7882
1 changed files with 0 additions and 6 deletions
|
@ -186,12 +186,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
|||
ui->LocationIndication->setVisible(location);
|
||||
});
|
||||
|
||||
if (QFile("/usr/bin/amixer").exists()) {
|
||||
ui->volumeSlider->setVisible(false);
|
||||
} else {
|
||||
ui->volumeFrame->setVisible(false);
|
||||
}
|
||||
|
||||
ui->brightnessSlider->setVisible(false);
|
||||
ui->mprisFrame->setVisible(false);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue