From af01e8e8031bc9c0c29cc3afe17a63fded5dbeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 21 Apr 2017 09:16:02 +0200 Subject: Add minimum memory value to the diskstreaming slider. --- plugingui/diskstreamingframecontent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/diskstreamingframecontent.h') diff --git a/plugingui/diskstreamingframecontent.h b/plugingui/diskstreamingframecontent.h index 7b17408..bc26806 100644 --- a/plugingui/diskstreamingframecontent.h +++ b/plugingui/diskstreamingframecontent.h @@ -53,6 +53,7 @@ private: void reloadClicked(); // For now the maximum disk streaming limit is 4GB + static constexpr std::size_t min_limit = 1024.0 * 1024.0 * 32; static constexpr std::size_t max_limit = 1024.0 * 1024.0 * 1024.0 * 4.0 - 1; Label label_text{this}; -- cgit v1.2.3