Mercurial > minori
comparison src/gui/translate/config.cc @ 212:6b08fbd7f206
chore: merge branches
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 07 Jan 2024 09:54:50 -0500 |
parents | 71832ffe425a |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
211:7cf53145de11 | 212:6b08fbd7f206 |
---|---|
1 #include "core/config.h" | 1 #include "core/config.h" |
2 #include "gui/translate/config.h" | 2 #include "gui/translate/config.h" |
3 | |
4 #include <unordered_map> | |
3 | 5 |
4 namespace Translate { | 6 namespace Translate { |
5 | 7 |
6 Themes ToTheme(const std::string& theme) { | 8 Themes ToTheme(const std::string& theme) { |
7 const std::unordered_map<std::string, Themes> map = { | 9 const std::unordered_map<std::string, Themes> map = { |