-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug]: Removing "Open system Terminal in Current Folder" from Tools Settings #378
Comments
Hi, thanks for reporting the issue, I've tried to reproduce and indeed something fishy is happening with the toolbar. |
The toolbar addresses the external tools using their index in the storage, which causes unexpected behaviour once tools are rearranged or some of them are removed. Now thinking about it, this approach seem to be rather silly. I'm migrating the external tools to be addressed via an internal UUID which will be stable, regardless of rearranging, renaming or removal. |
Should be fixed now, please try the next nightly build. |
I've ran Nightly Build #248, the toolbar items works as expected. You actually noticed something that I didn't, and thats the button was a bit higher, good catch! This is indeed fixed too, but what I actually meant the first time is easier to see there: |
Ah, I see... I've shifted it by 1px so now they are just adjacent to each other, by tbh I'm not exactly sure what is considered "best practice" for such controls nowadays, i.e. should they be together or separated. Do you have any examples from other software? |
Ok, done. |
Thanks a lot! |
Confirmation
Version of Nimble Commander
Nimble 1.6.1 (4088), Sonoma 14.6.1
Distribution Type
Downloaded directly from the website (including Brew)
Expected Result
Removed desired tool from Tools list in settings panel.
Actual Result
Removed desired tool from Tools list in settings panel AND removed different Tool shortcut icon in application toolbar at index 1.
Steps to reproduce
Additional Information
In short: removing the default tool from Tools list removes the first tool shortcut in application toolbar (which doesn't correspond to the tool removed in Tools list).
P.S
Thank You for such amazing app. I've tried all of the File Managers and Nimble is really something else.
The text was updated successfully, but these errors were encountered: