Fix Linux autostart config line endings (#1049)

Fix Linux autostart config line endings.
This commit is contained in:
BlacAmDK 2023-11-21 22:41:37 +08:00 committed by GitHub
parent 6087ec741d
commit 205caef7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ bool AutoRun_IsEnabled() {
#include <QProcessEnvironment>
#include <QTextStream>
#define NEWLINE "\r\n"
#define NEWLINE "\n"
// launchatlogin.cpp
// ShadowClash