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:
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 389daeda8..c535a9725 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -125,6 +125,7 @@ typedef struct _RemminaPref {
gchar * resolutions;
gchar * keystrokes;
/* In RemminaPrefDialog appearance tab */
+ gboolean dark_theme;
gboolean fullscreen_on_auto;
gboolean always_show_tab;
gboolean hide_connection_toolbar;
@@ -132,11 +133,11 @@ typedef struct _RemminaPref {
gint default_mode;
gint tab_mode;
gint fullscreen_toolbar_visibility;
+ const gchar * grab_color;
/* In RemminaPrefDialog applet tab */
gboolean applet_new_ontop;
gboolean applet_hide_count;
gboolean disable_tray_icon;
- gboolean dark_theme;
/* In RemminaPrefDialog SSH Option tab */
gint ssh_loglevel;
gboolean ssh_parseconfig;