Make the profile settings from the previous commit user-editable

This commit is contained in:
artdeell 2022-01-10 17:38:16 +03:00
parent ac40da2c4e
commit 015e27daa0
4 changed files with 91 additions and 3 deletions

View file

@ -103,6 +103,7 @@ public class BaseMainActivity extends BaseActivity {
}
}
if(prof.__P_renderer_name != null) {
Log.i("RdrDebug","__P_renderer="+prof.__P_renderer_name);
Tools.LOCAL_RENDERER = prof.__P_renderer_name;
}
}