Merge remote-tracking branch 'upstream/main'

pull/17/head
titenko 4 years ago
commit 8aa7407308

@ -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