refactor(main): move remaining entry related code (#2127)

This commit is contained in:
ReenigneArcher
2024-02-11 14:15:45 -05:00
committed by GitHub
parent a420760d36
commit 8689469ea8
32 changed files with 560 additions and 439 deletions

View File

@@ -8,6 +8,7 @@
#include <filesystem>
#include <string>
#include <thread>
#include <vector>
#include <boost/algorithm/string.hpp>
@@ -23,7 +24,6 @@
#include "config.h"
#include "crypto.h"
#include "logging.h"
#include "main.h"
#include "platform/common.h"
#include "system_tray.h"
#include "utility.h"