Partial functionality for settings - some settings save their current state to AppData

This commit is contained in:
random() 2024-01-10 00:19:42 -07:00
parent b84bbbee90
commit 9b76812d89
4 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,18 @@
############################################################################################
# Caution: This is your settings file for Xero Browser! #
# Modifying anything in this file could cause things to break and is thus not reccomended. #
# Continue at your own risk! #
############################################################################################
RuffleActive = true
SearchEngine = google
HomePage = newtab
Theme = system
RoundBorders = true
FontSize = med
PageZoom = 100
CookiesAllowed = blockthirdparty
ClearDataOnClose = false
RickRollBlocker = true
PornBlocker = true
TelemetryBlocker = true
AdBlocker = true

View file

@ -0,0 +1,7 @@
namespace XeroBrowser
{
public class SettingsHandler
{
}
}

View file

@ -0,0 +1,18 @@
############################################################################################
# Caution: This is your settings file for Xero Browser! #
# Modifying anything in this file could cause things to break and is thus not reccomended. #
# Continue at your own risk! #
############################################################################################
RuffleActive = true
SearchEngine = google
HomePage = newtab
Theme = light
RoundBorders = true
FontSize = med
PageZoom = 100
CookiesAllowed = blockthirdparty
ClearDataOnClose = false
RickRollBlocker = true
PornBlocker = true
TelemetryBlocker = true
AdBlocker = true

View file

@ -0,0 +1,18 @@
############################################################################################
# Caution: This is your settings file for Xero Browser! #
# Modifying anything in this file could cause things to break and is thus not reccomended. #
# Continue at your own risk! #
############################################################################################
RuffleActive = true
SearchEngine = google
HomePage = newtab
Theme = light
RoundBorders = true
FontSize = med
PageZoom = 100
CookiesAllowed = blockthirdparty
ClearDataOnClose = false
RickRollBlocker = true
PornBlocker = true
TelemetryBlocker = true
AdBlocker = true