|
|
|
@ -315,7 +315,7 @@ void App::NextTheme() {
@@ -315,7 +315,7 @@ void App::NextTheme() {
|
|
|
|
|
#ifndef _WIN32 |
|
|
|
|
glob("*.ntrml", GLOB_TILDE, nullptr, &glob_result); |
|
|
|
|
#else |
|
|
|
|
glob("*.ntrml", GLOB_NOCHECK, nullptr, &glob_result); |
|
|
|
|
glob("*.ntrml", GLOB_NOCHECK, nullptr, &glob_result); |
|
|
|
|
#endif |
|
|
|
|
t++; |
|
|
|
|
if (t == glob_result.gl_pathc) t = 0; |
|
|
|
|