neuralgia/config/tfcgenviewer.toml
Nebby d4c80a4b61
Consolidating Development: 0.9.x (#846)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Pyritie <Pyritie@gmail.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 <os.valerievich@ya.ru>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-14 19:00:08 +01:00

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