Manu
Manu
Nope. Password is still unchanged in keyring. Quite possible that our current macos code doesn't allow overwriting an existing item. The method we use is `SecKeychainAddGenericPassword`. Does it work on...
OK. Will test. One other thing I had noticed, but forgot to add: The icon for this dialog could be set to type warning or confirmation or something. It may...
I can confirm that the latest commits ensure that the password is updated in the keychain. For the UI and dialog icon it's unchanged.
This new feature works as expected locally and could be merged right away. I would just add 2 things (which could be in a separate PR, if this one is...
Great! Will test one more time and then merge.
Sounds good. So the class would be instantiated with some templates and then read invoices? Makes sense, since we already keep some state via templates and the input source.
I'd still carefully consider which objects make sense. Maybe you also want an `Invoice` class to hold the read invoice.
Hi, thanks for the PR! So this opens the main window, if no system tray is available? How about changing the foreground setting we already have to be enabled, if...
> Vorta 0.8.12; Borg: 1.2.4 Very old version. Have you tried the latest version? https://github.com/borgbase/vorta/releases/tag/v0.10.0-beta1
Have you verified if the error still happens in the current `master` branch? I see the function already changed and shouldn't return `None`, as seen in the error: https://github.com/borgbase/vorta/blob/master/src/vorta/views/extract_dialog.py#L264 If...