diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-12 17:50:00 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-12 17:51:36 +0200 |
commit | 8a9cc8bfafaee7d6810b831182f7f055c2827f8b (patch) | |
tree | 4b7107a1767d6c5474054522d07e4093364d51e1 /src/ui/util.c | |
parent | 6b8cb273ad31f01251b1363b11d12982ec63a419 (diff) |
Added keybinding for toggling URL hover showing
IssueID #64
Diffstat (limited to 'src/ui/util.c')
-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 6615a454..222d5716 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -1043,7 +1043,7 @@ iWidget *makePreferences_Widget(void) { | |||
1043 | appendTwoColumnPage_(tabs, "General", '1', &headings, &values); | 1043 | appendTwoColumnPage_(tabs, "General", '1', &headings, &values); |
1044 | addChild_Widget(headings, iClob(makeHeading_Widget("Downloads folder:"))); | 1044 | addChild_Widget(headings, iClob(makeHeading_Widget("Downloads folder:"))); |
1045 | setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.downloads"); | 1045 | setId_Widget(addChild_Widget(values, iClob(new_InputWidget(0))), "prefs.downloads"); |
1046 | addChild_Widget(headings, iClob(makeHeading_Widget("Full link on hover:"))); | 1046 | addChild_Widget(headings, iClob(makeHeading_Widget("Show URL on hover:"))); |
1047 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.hoverlink"))); | 1047 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.hoverlink"))); |
1048 | addChild_Widget(headings, iClob(makeHeading_Widget("Smooth scrolling:"))); | 1048 | addChild_Widget(headings, iClob(makeHeading_Widget("Smooth scrolling:"))); |
1049 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.smoothscroll"))); | 1049 | addChild_Widget(values, iClob(makeToggle_Widget("prefs.smoothscroll"))); |