From 2f3fda5235fa69e7155ab20b09e2143f694f8b74 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Tue, 15 Feb 2022 17:11:04 +0000 Subject: [PATCH] Fix --- src/renderer/style.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index 7ca4b38d..f768e36d 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -3120,7 +3120,7 @@ body.no-gpu { } } -body[platform='darwin'], body[platform='linux'] { +body[platform='darwin'] { #window-controls-container { display: none; } @@ -3132,5 +3132,9 @@ body[platform='darwin'], body[platform='linux'] { } } +body[platform='linux'] #window-controls-container { + display: none; +} + @import url("less/compact.less");