Added Fullscreen mode (#173)

* Added Fullscreen mode

* fix for config.toml

* fix for config.toml

* Apply review comment
This commit is contained in:
Xphalnos
2024-06-09 12:25:00 +02:00
committed by GitHub
parent 1a66fa098f
commit 1563dffd46
3 changed files with 12 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ void load(const std::filesystem::path& path);
void save(const std::filesystem::path& path);
bool isNeoMode();
bool isFullscreenMode();
std::string getLogFilter();
std::string getLogType();