add gallery toggle

This commit is contained in:
Maximilian Kueffner
2025-08-19 00:03:06 +02:00
parent 6f83a13b63
commit 55c7fdd254
8 changed files with 26 additions and 24 deletions
+13
View File
@@ -0,0 +1,13 @@
#pragma once
#include <array>
#include <string_view>
#cmakedefine PIXELARIUM_TITLE "@PIXELARIUM_TITLE@"
#define MAINMENUNAME "Menu"
#define FILEMENUNAME "File"
#define LOGLEVELSELECT "Log Level"
inline constexpr std::array<std::string_view, 5> LOGLEVELS = {"Trace", "Debug", "Info", "Warning", "Error"};