summaryrefslogtreecommitdiff
path: root/plugingui/maintab.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-20 12:11:47 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-20 12:11:47 +0200
commitc15331fa4b98ba58b2b500c79088d43ed31a4b4e (patch)
tree6a97287e48f2d5e756329d73533142cb9e01a088 /plugingui/maintab.h
parent00006863cb9b7438c1259bda9ab0772afe3f39d0 (diff)
Remove diskstreaming frame switch and add "Unlimited" to slider.
Also propagate this to the settings. Additionally, added two TODOs where to change the grayout state (which still has to be implemented) of the "Apply" button.
Diffstat (limited to 'plugingui/maintab.h')
-rw-r--r--plugingui/maintab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/maintab.h b/plugingui/maintab.h
index 4e1e1e2..941932f 100644
--- a/plugingui/maintab.h
+++ b/plugingui/maintab.h
@@ -59,7 +59,7 @@ private:
FrameWidget drumkit_frame{this, false};
FrameWidget status_frame{this, false};
FrameWidget humanizer_frame{this, true};
- FrameWidget diskstreaming_frame{this, true};
+ FrameWidget diskstreaming_frame{this, false};
DrumkitframeContent drumkitframe_content;
StatusframeContent statusframe_content{this};