Skip to content
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

auto scrolling and filtering issues #22

Open
CatsArmy opened this issue Feb 11, 2024 · 2 comments
Open

auto scrolling and filtering issues #22

CatsArmy opened this issue Feb 11, 2024 · 2 comments

Comments

@CatsArmy
Copy link

the console auto scrolls even if the newly logged item is filtered out(of course that is if you have auto scroll enabled)

filtering:
you cannot do both text filtering and mod filtering
as the mod filtering one just straight up uses the text filtering for some reason
I have attempted to solve this over in my fork of the GUI
my knowledge of rust isn't that good all the progress I have in my fork is after hours of work trying to get it to not have any errors so icould build and try it but i cant keep going at the same pace I am at. I would appreciate some help if you possible and you don't mind.

@xiaoxiao921
Copy link
Member

if gui_config.log_auto_scroll_to_bottom

This is the if statement that need to be changed, simply adding an extra condition that the last added logs are matching the log filter should make it work

@CatsArmy
Copy link
Author

i belive i allready fixed the auto scrolling part on my own but im having trouble making it so the log filtering doesnt require having that be the text filter but an actual mod filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants