Skip to content

Commit

Permalink
[foilpics] Add missing FoilUi properties
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Aug 20, 2022
1 parent ee94357 commit 444771f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qml/EncryptedPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ Page {
id: foilUiComponent

QtObject {
readonly property real opacityFaint: 0.2
readonly property real opacityLow: 0.4
readonly property real opacityHigh: 0.6
readonly property real opacityOverlay: 0.8
readonly property var settings: FoilPicsSettings
readonly property bool otherFoilAppsInstalled: FoilPics.otherFoilAppsInstalled
function isLockedState(foilState) {
Expand Down

0 comments on commit 444771f

Please sign in to comment.