Partial functionality for settings - some settings save their current state to AppData
This commit is contained in:
parent
b84bbbee90
commit
9b76812d89
4 changed files with 61 additions and 0 deletions
18
WebBrowser/Resources/prefrences.conf.default
Normal file
18
WebBrowser/Resources/prefrences.conf.default
Normal 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
|
7
WebBrowser/SettingsHandler.cs
Normal file
7
WebBrowser/SettingsHandler.cs
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
namespace XeroBrowser
|
||||||
|
{
|
||||||
|
public class SettingsHandler
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
18
WebBrowser/prefrences.conf
Normal file
18
WebBrowser/prefrences.conf
Normal 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
|
18
WebBrowser/prefrences.conf.default
Normal file
18
WebBrowser/prefrences.conf.default
Normal 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
|
Reference in a new issue