branding.desc updated

This commit is contained in:
Anubhav Choudhary 2021-01-23 20:43:55 +05:30
parent 2a3e616b0e
commit f6cb879929

View file

@ -219,3 +219,16 @@ slideshow: "show.qml"
slideshowAPI: 2
# These options are to customize online uploading of logs to pastebins:
# - style : Defines the kind of pastebin service to be used. Takes
# string as input
# - url : Defines the address of pastebin service to be used.
# Takes string as input
# - port : Defines the port number to be used to send logs. Takes
# integer as input
# - enable : Defines if the functionality is to be used or not. Takes
# bool as input
logUpload.style : "fische"
logUpload.url : "termbin.com"
logUpload.port : 9999
logUpload.enable : true