@eht16 commented on this pull request.
> @@ -1885,6 +1885,11 @@ void prefs_show_dialog(void)
NULL,
GTK_FILE_CHOOSER_ACTION_OPEN,
GTK_ENTRY(ui_lookup_widget(ui_widgets.prefs_dialog,
"entry_browser")));
+#ifdef G_OS_WIN32
+ /* Browser isn't configurable on Windows, see
utils_open_browser() */
+
gtk_widget_set_sensitive(ui_lookup_widget(ui_widgets.prefs_dialog,
"entry_browser"), FALSE);
If we disable the setting, maybe we should add a note to the tooltip to tell
user why it is disabled.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4322#pullrequestreview-2908638963
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4322/review/[email protected]>