Skip to content

Commit

Permalink
Fix Linux autostart config line endings (#1049)
Browse files Browse the repository at this point in the history
Fix Linux autostart config line endings.
  • Loading branch information
BlacAmDK authored Nov 21, 2023
1 parent 6087ec7 commit 205caef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/AutoRun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ bool AutoRun_IsEnabled() {
#include <QProcessEnvironment>
#include <QTextStream>

#define NEWLINE "\r\n"
#define NEWLINE "\n"

// launchatlogin.cpp
// ShadowClash
Expand Down

0 comments on commit 205caef

Please sign in to comment.