Benedek Dévényi
Benedek Dévényi
Steps to reproduce: ## 1 1. Start an audiobook 2. Pause it 3. Change playback position 4. Change playback speed -> Slider jumps back to where it was before seeking...
Thanks for your thoughts! > Another possibility to solve this problem instead of an dropdown could be a pane to the left of the main content similar to the pane...
Hi! It's always cool to see people being interested in our project, and packaging it. However, we are not interested in adding another official package. The preferred distribution source for...
Or it would be interesting to see how the SVG version performs on Windows. I wanna port this to SVG anyways.
I'm not really working on this project any more, only some occasional commits. I also have no idea how it could be made any faster, other that telling people not...
In what way? Does it make things faster?
Yeah. I mean, if `pywinstyles` makes the window laggier, then it's probably an issue with that package, and not with `sv-ttk`. It could also be that those Windows APIs are...
No. There are these two files > The SVG source files are at `src/dark/dark.svg` and `src/light/light.svg`. from which I exported the current PNG images. It was easy because Inkscape has...
Because PNG is a raster image, which means it cannot be scaled without becoming pixelated. `SVG` stands for "scalable vector graphic" which means, the file simply just describes what objects...
@ethical-haquer thanks a lot for this! It needs some adjustments, but I'm going to grab some time and finally implement this.