xboxones1
xboxones1
@droidmonkey, I checked and it still hasn't been fixed. Or don't you see what the problem is?
@droidmonkey, I outlined the steps to reproduce the issue, but you marked the message as outdated. I thought a GIF would be more helpful. 1) In the security settings, disable...
It works well, but I don't know how critical it is, hiding with Alt button sometimes works incorrectly. Instead of hiding the menu, the first menu item is opened. 
@droidmonkey, I have already reported a similar issue, and it always replicates https://github.com/keepassxreboot/keepassxc/issues/11471
@droidmonkey, https://github.com/keepassxreboot/keepassxc/blob/a6e92c96d51f175c08b2a5214dba926a2841bf10/src/gui/MainWindow.cpp#L1991-L1997 I think that it can be fixed like this ``` connect(themeActions, &QActionGroup::triggered, this, [this, theme](QAction* action) { config()->set(Config::GUI_ApplicationTheme, action->data()); if ((action->data() == "classic" || theme == "classic") &&...
There are no errors during the build, use command promt for vs cmd: `%comspec% /k "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"`
@blueskythlikesclouds, How long does it take to consider adding three dependencies? It's been almost half a year now. You haven't even run the artifacts build for testing.
You misunderstand me, I'm not demanding anything. I thought it wouldn't take long to add three dependencies. There's no code to review here, like with adding macOS support.
However you find it most convenient. Before creating the pull request, I tested it on many distributions with different sound servers, and it works.
@droidmonkey, I tested auto-type on Linux and noticed some issues. While it worked fine in the browser, in the terminal the auto-type suddenly stopped functioning. I also checked version 2.7.10,...