Signed-off-by: Pyritie <pyritie@gmail.com> Signed-off-by: TomPlop <tomdidome@gmail.com> Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com> Co-authored-by: Redeix <brayden.j.m.ford@gmail.com> Co-authored-by: TomPlop <tomdidome@gmail.com> Co-authored-by: aidie8 <aidenvanzuilen@gmail.com> Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com> Co-authored-by: Zleub <debray.arnaud@gmail.com>
24 lines
628 B
TOML
24 lines
628 B
TOML
#
|
|
# The preview size the preview screen will have when first opened
|
|
# Conversion to km:
|
|
# (2 ^ (defaultPreviewSize + 5)) * 128 / 1000
|
|
#
|
|
#Range: 0 ~ 6
|
|
defaultPreviewSize = 3
|
|
#
|
|
# If the preview should change to a loading icon when a preview is being generated
|
|
#
|
|
loadingIcon = true
|
|
#
|
|
# If a sound should be played when a preview finishes generating
|
|
#
|
|
dingWhenGenerated = true
|
|
#
|
|
# If the info pane should show a prgress bar while a preview is being generated
|
|
#
|
|
generationProgress = true
|
|
#
|
|
# If errors encountered during preview generation should cancel further generation or simply only be logged
|
|
#
|
|
cancelPreviewOnError = true
|
|
|