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.h
parentea276e14e9d82738ece2265010c27c58e3be420b (diff)
Added a toggleable notes column to display notes of any saved connections
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 8f42fb0d3..5631b1589 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -149,6 +149,7 @@ typedef struct _RemminaPref {
gboolean list_refresh_workaround;
gboolean fullscreen_on_auto;
gboolean always_show_tab;
+ gboolean always_show_notes;
gboolean hide_connection_toolbar;
gboolean hide_searchbar;
gint default_mode;