Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2022-11-02 16:18:20 +0300
committermyheroyuki <myheroyuki@outlook.com>2022-11-04 15:38:12 +0300
commitaae70ca911b3621bfdc24ea0eebe539dead8e189 (patch)
tree942834a93e3f8d56b7cdf4a48935c2ace0886133 /src/remmina_pref_dialog.h
parentea276e14e9d82738ece2265010c27c58e3be420b (diff)
Added a toggleable notes column to display notes of any saved connections
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 60382f4f1..2b5d8a758 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -66,6 +66,7 @@ typedef struct _RemminaPrefDialog {
GtkCheckButton * checkbutton_options_save_settings;
GtkCheckButton * checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton * checkbutton_appearance_show_tabs;
+ GtkCheckButton * checkbutton_appearance_show_notes;
GtkCheckButton * checkbutton_appearance_hide_toolbar;
GtkCheckButton * checkbutton_appearance_hide_searchbar;
GtkSwitch * switch_permit_news;