-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Description
I haven't been here for a while. Currently, I'm stuck on version 1.8. Earlier, I tried out the beta version, and the change titled "Close old-style file dialog after selecting path" left a deep impression on me.
The removal of this feature has caused me a lot of trouble. For example:
It’s still the long-standing issue with the movement function. In version 1.8, after selecting a path, the interface would stay on the path selection page. This gave users a moment to react and check, “Did I just select the wrong path?” If they had made a mistake, they could press Ctrl+Q to reselect.
move.mp4
However, in the beta version, due to the removal of the "Close ..." feature (which has been replaced with an automatic trigger), the system immediately initiates the "move" action on this page right after a path is selected—leaving no time for users to react.
beta1.mp4
Of course, I also recognize that this new feature has its useful aspects. For instance, in some other interfaces—such as that of 7-Zip—it will immediately exit the old-style dialog box. This is undoubtedly a plus for the user experience.
1.8version:
2.mp4
beta:
beta2.mp4
diff: colse or not after selecting the path
My expectation is: Is it possible to allow users to manually select certain programs to retain the old-style dialog box?
Code
Line number
No response