Fri, 13 May 2022 04:43:04 -0500
Split proxy prefs page into a separate widget
Again no re-designing, but did switch `GtkFrame` to `HdyPreferencesGroup` to work in a `HdyPreferencesPage`.
Testing Done:
Open Preferences, saw no errors, changed options and checked debug window to see saving of prefs.
Reviewed at https://reviews.imfreedom.org/r/1443/
// SPDX-FileCopyrightText: 2021 GNOME Foundation // SPDX-License-Identifier: LGPL-2.1-or-later // A map between namespaces and base URLs for their online documentation baseURLs = [ [ 'GLib', 'https://docs.gtk.org/glib/' ], [ 'GObject', 'https://docs.gtk.org/gobject/' ], [ 'Gnt3', 'https://docs.imfreedom.org/gnt3/' ], [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], ]