use profilename of currently active profile
This commit is contained in:
parent
3260bbfdfd
commit
b02921b23f
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ public class WizardDialog extends DialogFragment implements OnClickListener, Com
|
||||||
Profile specificProfile;
|
Profile specificProfile;
|
||||||
if (selectedAlternativeProfile.equals(MainApp.gs(R.string.active))) {
|
if (selectedAlternativeProfile.equals(MainApp.gs(R.string.active))) {
|
||||||
specificProfile = ProfileFunctions.getInstance().getProfile();
|
specificProfile = ProfileFunctions.getInstance().getProfile();
|
||||||
selectedAlternativeProfile = MainApp.getConfigBuilder().getActiveProfileInterface().getProfileName();
|
selectedAlternativeProfile = ProfileFunctions.getInstance().getProfileName();
|
||||||
} else
|
} else
|
||||||
specificProfile = profileStore.getSpecificProfile(selectedAlternativeProfile);
|
specificProfile = profileStore.getSpecificProfile(selectedAlternativeProfile);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue