Small fixes
This commit is contained in:
@ -59,7 +59,7 @@ namespace Elwig.Helpers.Printing {
|
|||||||
progress?.Report(0.0);
|
progress?.Report(0.0);
|
||||||
using var client = new TcpClient("127.0.0.1", 30983);
|
using var client = new TcpClient("127.0.0.1", 30983);
|
||||||
using var stream = client.GetStream();
|
using var stream = client.GetStream();
|
||||||
await stream.WriteAsync(Encoding.UTF8.GetBytes(
|
await stream.WriteAsync(Utils.UTF8.GetBytes(
|
||||||
"-e utf-8;-p;" + (doublePaged ? "-2;" : "") +
|
"-e utf-8;-p;" + (doublePaged ? "-2;" : "") +
|
||||||
$"{string.Join(';', htmlPath)};{pdfPath}" +
|
$"{string.Join(';', htmlPath)};{pdfPath}" +
|
||||||
"\r\n"));
|
"\r\n"));
|
||||||
|
@ -11,7 +11,7 @@ file = database.sqlite3
|
|||||||
;log = db.log
|
;log = db.log
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
url = https://www.necronda.net/elwig/files/elwig/latest?format=json
|
url = https://www.necronda.net/elwig/files/elwig/latest
|
||||||
auto = true
|
auto = true
|
||||||
|
|
||||||
[smtp]
|
[smtp]
|
||||||
|
Reference in New Issue
Block a user