Made Advanced installation offer optional packages

Previously all detected content would be installed. Now the user can choose whether they want to install the optional packages like music and videos.
This commit is contained in:
penev92
2023-02-22 00:18:28 +02:00
committed by Matthias Mailänder
parent c5aee7b2cf
commit 8a59982420
4 changed files with 56 additions and 16 deletions

View File

@@ -109,3 +109,26 @@ scrollpanel-decorations:
down-pressed: 453, 512, 16, 16
up: 470, 512, 16, 16
up-pressed: 470, 512, 16, 16
# Checkbox-related definitions:
checkbox:
Inherits: ^Chrome
PanelRegion: 512, 512, 10, 10, 44, 44, 10, 10
checkbox-hover:
Inherits: checkbox
checkbox-pressed:
Inherits: checkbox
checkbox-disabled:
Inherits: checkbox
checkmark-tick:
Inherits: ^Chrome
Regions:
checked: 455, 526, 16, 16
checked-disabled: 474, 526, 16, 16
unchecked: 0, 0, 0, 0 # Empty placeholder to appease the missing-sprite-exception gods.

View File

@@ -264,7 +264,11 @@ Background@SOURCE_INSTALL_PANEL:
Width: PARENT_RIGHT
Height: 1
Background: panel-rule
Label@LIST_TEMPLATE:
Label@LABEL_LIST_TEMPLATE:
X: 6
Width: PARENT_RIGHT - 16
Height: 23
Checkbox@CHECKBOX_LIST_TEMPLATE:
X: 6
Width: PARENT_RIGHT - 16
Height: 23