https://bugs.kde.org/show_bug.cgi?id=485807
--- Comment #5 from Joshua Goins <j...@redstrate.com> --- Git commit 6be4f5d0cd188e541d8db979873f0e76de46e0ab by Joshua Goins. Committed on 30/11/2024 at 17:53. Pushed by redstrate into branch 'master'. Add error log page in the settings This gives you the error string and the URL that failed in a visible place in the UI. The last five error messages are saved across restarts, making this extremely useful for bug reports. Currently this is only really used for network errors but could be expanded for other types of errors later. M +1 -0 src/CMakeLists.txt M +4 -2 src/account/account.cpp A +94 -0 src/content/ui/Settings/ErrorLogPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +6 -0 src/content/ui/Settings/TokodonConfigurationView.qml M +43 -0 src/network/networkcontroller.cpp M +21 -0 src/network/networkcontroller.h https://invent.kde.org/network/tokodon/-/commit/6be4f5d0cd188e541d8db979873f0e76de46e0ab -- You are receiving this mail because: You are watching all bug changes.