33 lines
735 B
Diff
33 lines
735 B
Diff
From 8a2191519e2431a946aa1be36474bfe323a454a8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
|
Date: Fri, 23 Feb 2018 16:56:46 +0100
|
|
Subject: [PATCH] Include top-icons in classic session
|
|
|
|
---
|
|
meson.build | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index dce1731c..b915b68c 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -34,6 +34,7 @@ classic_extensions = [
|
|
'apps-menu',
|
|
'places-menu',
|
|
'launch-new-instance',
|
|
+ 'top-icons',
|
|
'window-list'
|
|
]
|
|
|
|
@@ -44,7 +45,6 @@ default_extensions += [
|
|
'light-style',
|
|
'screenshot-window-sizer',
|
|
'system-monitor',
|
|
- 'top-icons',
|
|
'windowsNavigator',
|
|
'workspace-indicator'
|
|
]
|
|
--
|
|
2.45.2
|
|
|