This commit is contained in:
libccy 2016-05-17 11:15:40 +08:00
parent ae5cee9c2c
commit 447dd1403b
1 changed files with 6 additions and 0 deletions

View File

@ -1157,8 +1157,14 @@
if(lib.config.layout=='phone'){
map.remember_round_button.show();
map.reset_round_button.show();
map.show_pause.hide();
map.show_auto.hide();
map.show_replay.hide();
}
else{
map.show_pause.show();
map.show_auto.show();
map.show_replay.show();
map.remember_round_button.hide();
map.reset_round_button.hide();
}