Kaydet (Commit) ae97a98d authored tarafından Your Name's avatar Your Name

gnome-terminal always headerbar enable patch added

üst 996f300f
diff --git a/src/terminal-app.c b/src/terminal-app.c
index ff91e156..c834b314 100644
--- a/src/terminal-app.c
+++ b/src/terminal-app.c
@@ -236,6 +236,7 @@ strv_contains_gnome (char **strv)
static gboolean
terminal_app_should_use_headerbar (TerminalApp *app)
{
+ return TRUE;
gboolean set, use;
g_settings_get (app->global_settings, TERMINAL_SETTING_HEADERBAR_KEY, "mb", &set, &use);
if (set)
......@@ -30,6 +30,9 @@
<Dependency>nautilus-devel</Dependency>
<Dependency>yelp-tool</Dependency>
</BuildDependencies>
<Patches>
<Patch>gnome-terminal-always-headerbar.patch</Patch>
</Patches>
</Source>
<Package>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment