Description
As mentioned in #1983, the hide-preferences-window
class is not being removed as expected.
This issue persists, preventing the Preferences window from appearing. As a result, users cannot
access settings or the "Restore Messages" popup.
Steps to Reproduce:
- Open Caprine.
- Attempt to access the Preferences window.
- Observe that the Preferences window does not appear.
Expected Behavior:
The Preferences window should appear when accessed, allowing users to adjust settings
or restore messages.
Actual Behavior:
The Preferences window does not appear due to the hide-preferences-window
class being incorrectly applied.
Temporary Workaround:
Users can manually remove the hide-preferences-window
class using the following steps:
- Press Ctrl+Shift+I to open the Inspector.
- Locate and select the relevant HTML element.
- Remove the
hide-preferences-window
class.
This workaround allows the Preferences window to appear but is not an ideal solution.
Environment:
- Caprine version: 2.60.3
Tested Operating Systems:
- Windows 11
- Debian 12
- Arch Linux
Additional Context:
This issue remains unresolved despite being flagged previously. A permanent fix to remove
or manage the hide-preferences-window
class properly is needed.