-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: new app character
v3.5.0, change app code into change-character
#92
Conversation
My IDE also detected while (!characterLoaded && !masterSwitch.get()) { The condition if (clickImage(BwMatrixMeta.Metas.Character.Dialogs.loading)) {
debug("Character Loading!");
characterLoaded = true;
break;
}
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look good to me. We could change the code before merging this though.
@daredoes please double check this as well. I don't have a machine that can test rn. But I believe this new app already works as you expected, right? |
character
v3.5.0character
v3.5.0, change app code into change-character
This works as expected. I've been running it all day. I'll try to work on making some VM script to run this, as I think that's the best way to work around the keyboard/mouse capture. |
👍 I had been using VM to run multiple accounts as well |
No description provided.