Browse Source

Hide per-plugin force-stereo option (not implemented yet)

tags/1.9.5
falkTX 10 years ago
parent
commit
c2214546a6
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      source/carla_widgets.py

+ 3
- 0
source/carla_widgets.py View File

@@ -565,6 +565,9 @@ class PluginEdit(QDialog):
host.ReloadProgramsCallback.connect(self.slot_handleReloadProgramsCallback)
host.ReloadAllCallback.connect(self.slot_handleReloadAllCallback)

# TODO
self.ui.ch_force_stereo.hide()

#------------------------------------------------------------------

@pyqtSlot(int, int, int, int)


Loading…
Cancel
Save