mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(ui): implement Script_IsStreamingTrial
This commit is contained in:
parent
9afafe4b68
commit
719f09653e
@ -621,7 +621,7 @@ int32_t Script_IsStreamingMode(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t Script_IsStreamingTrial(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
return SFile::IsStreamingTrial();
|
||||
}
|
||||
|
||||
int32_t Script_IsConsoleActive(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user