Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+77
View File
@@ -0,0 +1,77 @@
#Whether to show backup progress when a backup is being made.
#Options : true, false #Default : true
config.advancedbackups.showProgress=true
#--------------------------------------------------------------------------------------------------------------------
##The below options are all irrelevant to 1.7.10 - it lacks toasts, and cannot customise text in the way others do.
#--------------------------------------------------------------------------------------------------------------------
#--------------------------------------------------------------------------------------------------------------------
##The below options control the colour of the text showing backup progress.
#--------------------------------------------------------------------------------------------------------------------
#The RED value of the backup progress text.
#Range : 0-255 #Default: 82
config.advancedbackups.colours.progress.red=82
#The GREEN value of the backup progress text.
#Range : 0-255 #Default: 255
config.advancedbackups.colours.progress.green=255
#The BLUE value of the backup progress text.
#Range : 0-255 #Default: 82
config.advancedbackups.colours.progress.blue=82
#--------------------------------------------------------------------------------------------------------------------
##The below options control the colour of the text displayed in the event of a backup failure.
#--------------------------------------------------------------------------------------------------------------------
#The RED value of the backup error text.
#Range : 0-255 #Default: 255
config.advancedbackups.colours.error.red=255
#The GREEN value of the backup error text.
#Range : 0-255 #Default: 50
config.advancedbackups.colours.error.green=50
#The BLUE value of the backup error text.
#Range : 0-255 #Default: 50
config.advancedbackups.colours.error.blue=50
#--------------------------------------------------------------------------------------------------------------------
##The following options control non-text toast related options.
#--------------------------------------------------------------------------------------------------------------------
#Whether to use a dark version of the toast prompt.
#Options : true, false #Default : true
config.advancedbackups.darkToasts=true
#The RED value of the progess bar.
#Range : 0-255 #Default: 88
config.advancedbackups.colours.bar.red=88
#The GREEN value of the progess bar.
#Range : 0-255 #Default: 242
config.advancedbackups.colours.bar.green=242
#The BLUE value of the progess bar.
#Range : 0-255 #Default: 82
config.advancedbackups.colours.bar.blue=82
#The RED value of the progess bar background.
#Range : 0-255 #Default: 255
config.advancedbackups.colours.background.red=255
#The GREEN value of the progess bar background.
#Range : 0-255 #Default: 255
config.advancedbackups.colours.background.green=255
#The BLUE value of the progess bar background.
#Range : 0-255 #Default: 255
config.advancedbackups.colours.background.blue=255