File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ // ItlwmCLI Legacy main.cpp
2+ // Copyright 2026 by Calebh101
3+ //
4+ // This file contains the entire source code for ItlwmCLI Legacy.
5+
16#include " Api.h"
27#include < iostream>
38#include < string>
Original file line number Diff line number Diff line change 11// ItlwmCLI main.cpp
2- // Copyright 2025 by Calebh101
2+ // Copyright 2026 by Calebh101
33//
44// This file contains the entire source code for ItlwmCLI.
55
@@ -56,7 +56,7 @@ bool showSaveSettingsPrompt = true; // If we should ask to save a settings file
5656std::thread refresher; // The UI update thread
5757ghc::filesystem::path exec; // Parent directory of the executable
5858ghc::filesystem::path settingsfile; // The file path containing our settings (potentially)
59- json settings; // Our global settings.
59+ json settings; // Our global settings
6060
6161enum rssi_stage {
6262 rssi_stage_excellent,
You can’t perform that action at this time.
0 commit comments