Improved local hosts settings
This commit is contained in:
parent
9823ab39ea
commit
b7e5f23a7d
@ -122,6 +122,8 @@ public class SettingsFragment extends PreferenceFragment {
|
||||
@Override
|
||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||
view = super.onCreateView(inflater, container, savedInstanceState);
|
||||
SwitchPreference localHostResolution = (SwitchPreference) findPreference("settings_local_host_resolution");
|
||||
localHostResolution.setSummary(Daedalus.hostsPath);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
android:defaultValue="false"
|
||||
android:enabled="false"/>
|
||||
<SwitchPreference
|
||||
android:key="settings_local_host_resolve"
|
||||
android:key="settings_local_host_resolution"
|
||||
android:title="@string/settings_local_hosts_resolve"
|
||||
android:defaultValue="false"
|
||||
android:enabled="false"/>
|
||||
|
Loading…
Reference in New Issue
Block a user