btpf / Alexandria

A minimalistic cross-platform eBook reader built with Tauri, Epub.js, and Typescript
GNU General Public License v3.0
2.07k stars 42 forks source link

Feature Request: Add Settings Close Button #33

Open ddewett opened 6 months ago

ddewett commented 6 months ago

Description:

When opening the settings popup using the global menu bar, there is no local option to close this popup. A user intuitively searches for a method to close this popup locally; however, one must use the global menu bar to close it (i.e., using this button as a toggle is neither clear nor intuitive).

Request:

Add a close or drop-down icon to the upper right of this pop-up window. Maintain the toggle functionality for consistency between versions. Also request that clicking in the main text will close this and any similar popups.

Screenshot from 2024-01-10 22-31-05

btpf commented 5 months ago

Also request that clicking in the main text will close this and any similar popups.

This functionality has already been implemented. When the popup is open, and the user clicks in the center (Where the text body is), the popup will close.

Can you please test to see if working. If not, then this is a bug.