Skip to content

Commit

Permalink
+ Added dark logo
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Dec 16, 2023
1 parent e6080ad commit 66b1061
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Assets/Icons/anilibrialogodark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Views/About.qml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Page {
id: anilibriaLogoImage
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
source: assetsLocation.iconsPath + "anilibrialogodefault.svg"
source: applicationThemeViewModel.basedOnDark ? assetsLocation.iconsPath + "anilibrialogodark.svg" : assetsLocation.iconsPath + "anilibrialogodefault.svg"
mipmap: true
width: 200
height: 200
Expand Down
2 changes: 1 addition & 1 deletion src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ ApplicationWindow {
Image {
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
source: "Assets/Icons/anilibrialogodefault.svg"
source: applicationThemeViewModel.basedOnDark ? assetsLocation.iconsPath + "anilibrialogodark.svg" : assetsLocation.iconsPath + "anilibrialogodefault.svg"
mipmap: true
width: 50
height: 50
Expand Down
1 change: 1 addition & 0 deletions src/qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,6 @@
<file>Assets/Icons/releases/customgroup.svg</file>
<file>Views/ReleaseCustomGroups.qml</file>
<file>Assets/Icons/colorededit.svg</file>
<file>Assets/Icons/anilibrialogodark.svg</file>
</qresource>
</RCC>

0 comments on commit 66b1061

Please sign in to comment.