Remove missed reference to pref in NSProfilePlugin.
This commit is contained in:
parent
23874ebbd6
commit
ab456d5966
|
@ -120,7 +120,6 @@ public class NSProfilePlugin implements PluginBase, ProfileInterface {
|
|||
profile = new ProfileStore(newProfile.getData());
|
||||
storeNSProfile();
|
||||
MainApp.bus().post(new EventNSProfileUpdateGUI());
|
||||
if (SP.getBoolean("syncprofiletopump", false)) {
|
||||
ConfigBuilderPlugin.getCommandQueue().setProfile(MainApp.getConfigBuilder().getProfile(), new Callback() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
@ -133,7 +132,6 @@ public class NSProfilePlugin implements PluginBase, ProfileInterface {
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
private static void storeNSProfile() {
|
||||
SP.putString("profile", profile.getData().toString());
|
||||
|
|
Loading…
Reference in a new issue