2
0
forked from Ivasoft/DSView

demo path

This commit is contained in:
yunyaobaihong
2023-05-15 14:00:05 +08:00
parent c25477da1f
commit e42cf2a8d0
5 changed files with 18 additions and 15 deletions

View File

@@ -1275,7 +1275,7 @@ namespace pv
QString rand_mode = g_variant_get_string(gvar,NULL);
g_variant_unref(gvar);
bool is_rand = rand_mode.toUpper() == "RANDOM";
bool is_rand = rand_mode.toUpper() == "random";
_action_loop->setVisible(is_rand);
if (!is_rand){