Jyrki Gadinger
Jyrki Gadinger
@rakekniven perfect :> for all the others: it will be part of the new daily builds for macOS (and 3.16.3 once it's released of course) if this is an issue...
can confirm on Win11 -- though it doesn't happen all the time for me. I wonder if changing the `Repeater` component to an `Instantiator` would resolve that... - https://doc.qt.io/qt-6.8/qml-qtquick-controls-menu.html#using-instantiator -...
Same behaviour with `Instantiator` instead of `Repeater`, unfortunately
> Also weird, When I add an account, I have to authenticate once when I add it and once more when I reboot the machine for the first time afterwards....
created a new attempt at automatically updating the `client_en.ts` file at nextcloud/docker-ci#770 that should be similar to what it used to be still, the plural forms of new strings need...
I just tried to reproduce it locally (with client 3.16.5 and server 31.0.5.1) and it's working fine on my end 🤔 can you try running the client with the `--logdebug`...
> I've added a call on aboutToShow that explicitly hides the suggestions popup if it's visible; does this fix the issue on Windows? It's a bit better now with the...
@Croydon This Windows10-specific issue has already been reported at #7991 and is something we will work on. on Windows 11 the dark mode looks one would expect.
just tried this in a VM with the latest commit on `master` and observed the following: - When customising the folder icon, Windows sets the `R` (read-only) file system attribute...
I looked a bit at this issue today -- for some strange reason the `icon.source` property on `AbstractButton`s doesn't work with `image://` URLs (used for [`QQuickImageProvider`](https://doc.qt.io/qt-6/qquickimageprovider.html)) on Linux. It's really...