Rafał Mikrut
Rafał Mikrut
Similar example ``` --- a/Autoloads/ValueCreator.gd +++ b/Autoloads/ValueCreator.gd @@ -19,17 +19,20 @@ func get_int() -> int: return 0 while true: var temp_number: int = (randi() % int(number)) - int(number / 2.0)...
Polish(pl) translation - [pl.po.zip](https://github.com/marin-m/SongRec/files/7776857/pl.po.zip)
This is problem of GTK 4.6, I'm waiting for release 4.8 which should fix it(at least on Windows and macOS) Also looks that some of icons are not available, but...
Wildcard * is supported so `/home/user/*` will select all paths like `/home/user/bb/bbb/ccc` Is there any problem with this?
GTK 4 have bug(which is fixed in master branch I think) that not allows to save path of currently opened item. The only option is to choose directory from parent...
This is probably caused by outdated Rust version in Ubuntu - https://packages.ubuntu.com/search?keywords=rust&searchon=names&suite=jammy§ion=all Czkawka require Rust 1.60.0, but Ubuntu have only 1.59.0. I tried to use version 1.59.0, but one main...