diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-14 11:52:34 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-02-14 11:52:34 +0200 |
commit | 61f7e50378088834b793e9a4fd8d040c8c19bc21 (patch) | |
tree | aa524b009d7122fcbd120f68e3dcaabc3894c107 | |
parent | cb7a3cf7a47bdcf2366efb06e7e4c056394fcfd3 (diff) |
Cleanup
-rw-r--r-- | src/ui/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index b9f37476..befc2fd5 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -2644,9 +2644,9 @@ iWidget *makePreferences_Widget(void) { | |||
2644 | setUrlContent_InputWidget(searchUrl, iTrue); | 2644 | setUrlContent_InputWidget(searchUrl, iTrue); |
2645 | addDialogPadding_(headings, values); | 2645 | addDialogPadding_(headings, values); |
2646 | addDialogToggle_(headings, values, "${prefs.hoverlink}", "prefs.hoverlink"); | 2646 | addDialogToggle_(headings, values, "${prefs.hoverlink}", "prefs.hoverlink"); |
2647 | addDialogToggle_(headings, values, "${prefs.bookmarks.addbottom}", "prefs.bookmarks.addbottom"); | ||
2648 | addDialogToggle_(headings, values, "${prefs.dataurl.openimages}", "prefs.dataurl.openimages"); | 2647 | addDialogToggle_(headings, values, "${prefs.dataurl.openimages}", "prefs.dataurl.openimages"); |
2649 | addDialogToggle_(headings, values, "${prefs.archive.openindex}", "prefs.archive.openindex"); | 2648 | addDialogToggle_(headings, values, "${prefs.archive.openindex}", "prefs.archive.openindex"); |
2649 | addDialogToggle_(headings, values, "${prefs.bookmarks.addbottom}", "prefs.bookmarks.addbottom"); | ||
2650 | if (deviceType_App() != phone_AppDeviceType) { | 2650 | if (deviceType_App() != phone_AppDeviceType) { |
2651 | addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.pinsplit}"))); | 2651 | addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.pinsplit}"))); |
2652 | iWidget *pinSplit = new_Widget(); | 2652 | iWidget *pinSplit = new_Widget(); |