feat: add simple logo

It maintains a discreet presence with dark & light mode.
This commit is contained in:
talksik
2025-04-11 12:24:28 -07:00
parent 5676d5a353
commit 1970bac28b
3 changed files with 11 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import QtQuick
Image {
sourceSize.width: 70
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg"
}