Skip to content

app: Fix crash in about dialog on Ubuntu (and non-user modes)

Evan Welsh requested to merge ewlsh/fix-ubuntu-crash into master

Looks like we erroneously added a wrapper class in the GTK4 port. Wasn't caught as testers were on Fedora and Arch which typically run the shell in user mode. Might be worth simplifying this code in the future.

Fixes #462 (closed)

Merge request reports