Skip to content

Conversation

@BlueGreenMagick
Copy link
Collaborator

@BlueGreenMagick BlueGreenMagick commented Aug 4, 2025

Fixes #41.

#41 seems to have been caused by the following line, combined with a Qt bug:

self.setAttribute(Qt.WidgetAttribute.WA_DeleteOnClose)

This PR also fixes another issue (which might be another Qt bug as well?) where after opening advanced config editor then closing them, the 'close' button in MacOS window bar becomes disabled.

ad2d249 make ConfigWindow a Modal fixes bug on Anki where after opening 'Advanced' in ConfigWindow, close button in main Anki window disappears even after closing
f4bc2bc remove WA_DeleteOnClose property
52fdc92 update README
52ed3fe format with black
5cf729e mypy ignore line
7d7faba qt enum values must be namespaced direct value access is no longer supported
254973e feat: Add `shortcut_input` to `ConfigLayout` (#2)
92ed29e Merge pull request #3 from RisingOrange/fix/dropdown-key-values
8146103 fix: dropdown - set value instead of label
954c030 Merge pull request #1 from chuanqixu/master
48422f3 update/changes when QComboBox items are changed
b160071 fix conf.get() not deep-copying object
29b47c4 fix color input dialog not showing current color
ff4e8c2 update ankiaddonconfig README
21c34a3 add instructions to use git subtree to use ankiaddonconfig

git-subtree-dir: src/addon/ankiaddonconfig
git-subtree-split: ad2d2495a3aa72e98bcb3013955b7e4558e36477
@AnKingMed
Copy link
Collaborator

Thanks @BlueGreenMagick

@AnKingMed AnKingMed merged commit dd47ffd into main Aug 4, 2025
2 checks passed
@AnKingMed AnKingMed deleted the update-ankiaddonconfig branch August 4, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pressing "Advanced" does nothing.

3 participants