In Anki Desktop, when I’m looking at the Options view, I also want to be able to scroll around on the Decks view. For example, I’m running the simulator and I want to get my parameter values based on looking at some numbers on the decks view.
Currently when the Options view is focused, the other views are not interactive. I’m wondering if it would be okay to change that?
Version 25.02.5 (29192d15)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
I prefer non-modal windows as well. Most of the time there is no real value to a modal window in my opinion, so I’d love to see a PR changing the current behavior.
It should be an easy, small fix (well, at least with gtk it is. But surely it’s similar in qt as well).
Not quite. It requires careful consideration and handling of concurrent changes that could break things, such as a deck or preset getting removed in a sync while the page is open.