theme name bug fixed
parent
27f72256d9
commit
f8a59573f4
3
4ed.cpp
3
4ed.cpp
|
@ -1505,7 +1505,8 @@ App_Step_Sig(app_step){
|
|||
persistent = &view->persistent;
|
||||
|
||||
persistent->coroutine =
|
||||
system->create_coroutine(view_caller);
|
||||
system->create_coroutine(view_caller); wrap_indent_marks,10 identifier "wrap_indent_marks" is undefined
|
||||
|
||||
|
||||
persistent->coroutine =
|
||||
app_launch_coroutine(system, &models->app_links, Co_View,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name = "stb-dark";
|
||||
name = "stb dark";
|
||||
|
||||
Back = 0xFF303030;
|
||||
Margin = 0xFF383838;
|
||||
|
|
Loading…
Reference in New Issue