BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust
GNU General Public License v3.0
222 stars 10 forks source link

update iced from 0.4 to 0.7 #6

Closed BKSalman closed 1 year ago

BKSalman commented 1 year ago

UPDATE: the refactoring is pretty much done, but I'm waiting for iced_aw to be updated to iced 0.7 to be able to use it and theme it ( the repo doesn't support theming yet )

UPDATE 2: I'm getting somewhere, but I don't quite understand what's the issue with the Tabs widget :(, it's not compiling

UPDATE 3: nvm, I just had to pay more attention, and convert the widgets to my custom theme :)