-
Notifications
You must be signed in to change notification settings - Fork 60
Remove server button not working (X connects to server instead of removing) #355
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
Comments
Confirmed, clicking "X" in the server list connects to the server on my system as well. "E" interestingly works as expected (edit). The buttons are highlighted correctly on mouseover, so this probably isn't a symptom of the mouse tracking issues (#334). Will have to regress to see when this broke. Testing older commits, reproduces on: delete_entry in src/screen/server_list.rs: stevenarella/src/screen/server_list.rs Lines 197 to 210 in 4e9cda2
no btn.add_click_func, how did this work? Appears the click event is going through to the parent item ( Workaround: manually edit servers.json to remove the server entry |
On the server list, the remove server button no longer functions.
I remember it functioning at one point.
Currently it connects to the server instead of removing it from the list.
OS Windows 10 home.
Graphics Nvidia.
The text was updated successfully, but these errors were encountered: