From f95edb6b7eaf3148f72fc9b69e3974f58ebcae70 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Nov 2011 22:28:42 +0200 Subject: Static button labels + FIX speed visibility bug --- client/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/Config.cpp') diff --git a/client/Config.cpp b/client/Config.cpp index 4c31039..31e5189 100755 --- a/client/Config.cpp +++ b/client/Config.cpp @@ -80,7 +80,7 @@ Config::Config(): QObject(), StaticProxySpeedLow(50) else if (key.compare("speed_visibility") == 0) { IsSpeedVisible = false; - if (value.compare("true")) + if (value.compare("1") == 0) { IsSpeedVisible = true; } -- cgit v1.2.3