Skip to content

Commit

Permalink
updated Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fish4terrisa-MSDSM committed Jan 14, 2023
1 parent 56585c6 commit a92ae39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static class SettingsFragment extends PreferenceFragment implements Prefe
public void onCreate(final Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
addPreferencesFromResource(R.xml.launcher_preferences);
findPreference(getString(R.string.qemu_ram_key)).setOnPreferenceChangeListener(this);
findPreference(getString(R.string.qemu_hdd2_path_key)).setOnPreferenceChangeListener(this);
findPreference(getString(R.string.qemu_cdrom_path_key)).setOnPreferenceChangeListener(this);
findPreference(getString(R.string.qemu_upstream_dns_key)).setOnPreferenceChangeListener(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- NOTE: default values are set in LauncherPreferences.initializeDefaults() -->

<PreferenceCategory android:title="@string/pref_cat_qemu">
<EditPreference
<EditTextPreference
android:title="@string/qemu_ram_title"
android:summary="@string/qemu_ram_desc"
android:key="@string/qemu_ram_key"
Expand Down

0 comments on commit a92ae39

Please sign in to comment.