Skip to content
Snippets Groups Projects
Commit d0e628d0 authored by Alexandre Lision's avatar Alexandre Lision Committed by Stepan Salenikovich
Browse files

preferences: always hide general stun/turn server

This patch was merged before full completion

Refs #75600

Change-Id: I0f8b6f161cd8b3916aa7d576b63fb5d89f9c8181
parent a1c6d75f
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
[startUpButton setState:[self isLaunchAtStartup]]; [startUpButton setState:[self isLaunchAtStartup]];
[advancedGeneralSettings setHidden:![[NSUserDefaults standardUserDefaults] boolForKey:Preferences::ShowAdvanced]]; //[advancedGeneralSettings setHidden:![[NSUserDefaults standardUserDefaults] boolForKey:Preferences::ShowAdvanced]];
} }
- (void) dealloc - (void) dealloc
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
if (aKeyPath == Preferences::HistoryLimit) { if (aKeyPath == Preferences::HistoryLimit) {
[historyChangedLabel setHidden:NO]; [historyChangedLabel setHidden:NO];
} else if (aKeyPath == Preferences::ShowAdvanced) { } else if (aKeyPath == Preferences::ShowAdvanced) {
[advancedGeneralSettings setHidden:[[aChange objectForKey: NSKeyValueChangeNewKey] boolValue]]; //[advancedGeneralSettings setHidden:[[aChange objectForKey: NSKeyValueChangeNewKey] boolValue]];
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment