mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 22:36:14 +00:00
Update checking and minor tweaks
This commit is contained in:
@@ -5,15 +5,10 @@
|
||||
|
||||
|
||||
#include <tomlplusplus/toml.hpp>
|
||||
#include <filesystem>
|
||||
#include "Launcher.h"
|
||||
#include "Logger.h"
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
|
||||
|
||||
void Launcher::loadConfig() {
|
||||
void Launcher::LoadConfig() {
|
||||
if(fs::exists("Launcher.cfg")) {
|
||||
toml::table config = toml::parse_file("Launcher.cfg");
|
||||
auto ui = config["UI"];
|
||||
|
||||
Reference in New Issue
Block a user