Fix background opacity

pull/4/head
reionwong 4 years ago
parent 4b082b4b8e
commit b4959deef9

@ -35,7 +35,7 @@ FishUI.Window {
title: currentItem && currentItem.terminal ? currentItem.terminal.session.title : ""
background.color: FishUI.Theme.backgroundColor
background.opacity: settings.opacity
background.opacity: root.compositing ? settings.opacity : 1
header.height: 45
property int currentIndex: -1

Loading…
Cancel
Save