File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ SettingsFragment::SettingsFragment(TrayIcon *trayIcon,
3939 ui->setupUi (this );
4040
4141#ifdef USE_PULSEAUDIO
42- ui->devices ->setEnabled (false );
43- ui->devices_group -> setTitle ( " Select sink/device to be processed (PipeWire only) " );
42+ ui->devices ->setVisible (false );
43+ ui->selector -> findItems ( " Devices " , Qt::MatchFlag::MatchExactly). first ()-> setHidden ( true );
4444 ui->blocklistBox ->setVisible (false );
4545#endif
4646
@@ -198,8 +198,6 @@ void SettingsFragment::refreshAll()
198198 QString autostart_path = AutostartManager::getAutostartPath (" jdsp-gui.desktop" );
199199
200200 ui->menu_edit ->setTargetMenu (_trayIcon->getTrayMenu ());
201- ui->menu_edit ->setIconStyle (AppConfig::instance ().get <bool >(AppConfig::ThemeColorsCustomWhiteIcons));
202-
203201 ui->irspath ->setText (AppConfig::instance ().getIrsPath ());
204202 ui->ddcpath ->setText (AppConfig::instance ().getVdcPath ());
205203 ui->liveprog_path ->setText (AppConfig::instance ().getLiveprogPath ());
You can’t perform that action at this time.
0 commit comments