tauri icon indicating copy to clipboard operation
tauri copied to clipboard

[feat] [v2] [macOS] Move hidden files/folder out of DMG window's view

Open ChaserZ98 opened this issue 1 year ago • 0 comments

Describe the problem

This is a low priority request and is same as something discussed in electron-userland/electron-builder#1121. If users have AppleShowAllFiles on in Finder, the hidden files/folders in DMG window would show and be placed improperly as the following image shows. Screenshot 2024-10-02 04 26 49

Describe the solution you'd like

The intuitive solution would be moving any file/folder with a name starting with a dot to a position out of DMG window by giving larger x value and y value than DMG window's width and height respectively. Electron did this by maintaining a list of hidden files/folders internally. I personally think it is good enough but I am not sure if anyone would want some customization in this. Feel free to share any use case of customization or any alternative solution.

Alternatives considered

No response

Additional context

No response

ChaserZ98 avatar Oct 01 '24 21:10 ChaserZ98