From a4db58f30b1c94e7a96c03cde72b9e467981c332 Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sat, 6 Jan 2024 19:48:26 +0300 Subject: [PATCH] UI: Use \r\n for user visible text files --- deploy/FortFirewall.exe.example.ini | 90 ++++++++++++++--------------- src/ui/README.portable | 18 +++--- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/deploy/FortFirewall.exe.example.ini b/deploy/FortFirewall.exe.example.ini index 25f4be5a..aeee0ad3 100644 --- a/deploy/FortFirewall.exe.example.ini +++ b/deploy/FortFirewall.exe.example.ini @@ -1,45 +1,45 @@ -;To use this file, rename it to FortFirewall.exe.ini -;and place it to program's working directory. - -;Fort Firewall global configuration - -;ATTENTION: Use slashes as path separator (C:/path/to/directory/)!! - -[global] - -;High-DPI scale factor rounding policy: -;- Round: Round up for .5 and above. -;- Ceil: Always round up. -;- Floor: Always round down. -;- RoundPreferFloor: Round up for .75 and above. -;- PassThrough: Don't round. -;dpiPolicy=PassThrough - -;Don't use cache on disk. -;noCache=true - -;Default language. -;defaultLanguage=en - -;Directory to store settings. -;Default is "%LocalAppData%/Fort Firewall", but "%ProgramData%/Fort Firewall" for a Service. -;profileDir=%FORTHOME%/Data - -;Directory to store statistics. -;Default is "". -;statDir=%FORTHOME%/Data - -;Directory to store cache. -;Default is "/cache". -;cacheDir=%FORTHOME%/Data/cache - -;Directory to store user settings. -;Default is "%LocalAppData%/Fort Firewall". -;userDir=%FORTHOME%/Data - -;Directory to store logs. -;Default is "/logs". -;logsDir=%FORTHOME%/Data/logs - -;Try to install a driver on openng error. -;canInstallDriver=false +;To use this file, rename it to FortFirewall.exe.ini +;and place it to program's working directory. + +;Fort Firewall global configuration + +;ATTENTION: Use slashes as path separator (C:/path/to/directory/)!! + +[global] + +;High-DPI scale factor rounding policy: +;- Round: Round up for .5 and above. +;- Ceil: Always round up. +;- Floor: Always round down. +;- RoundPreferFloor: Round up for .75 and above. +;- PassThrough: Don't round. +;dpiPolicy=PassThrough + +;Don't use cache on disk. +;noCache=true + +;Default language. +;defaultLanguage=en + +;Directory to store settings. +;Default is "%LocalAppData%/Fort Firewall", but "%ProgramData%/Fort Firewall" for a Service. +;profileDir=%FORTHOME%/Data + +;Directory to store statistics. +;Default is "". +;statDir=%FORTHOME%/Data + +;Directory to store cache. +;Default is "/cache". +;cacheDir=%FORTHOME%/Data/cache + +;Directory to store user settings. +;Default is "%LocalAppData%/Fort Firewall". +;userDir=%FORTHOME%/Data + +;Directory to store logs. +;Default is "/logs". +;logsDir=%FORTHOME%/Data/logs + +;Try to install a driver on openng error. +;canInstallDriver=false diff --git a/src/ui/README.portable b/src/ui/README.portable index 390ac879..bd666828 100644 --- a/src/ui/README.portable +++ b/src/ui/README.portable @@ -1,9 +1,9 @@ -README.portable -=============== - -This version of Fort Firewall is portable, i.e. does not need to -be installed. It will run from any directory you place it in, even -from a USB thumbdrive. It will not write permanent entries into the -Windows registry. - -It needs administrator privileges to install drivers only. +README.portable +=============== + +This version of Fort Firewall is portable, i.e. does not need to +be installed. It will run from any directory you place it in, even +from a USB thumbdrive. It will not write permanent entries into the +Windows registry. + +It needs administrator privileges to install drivers only.