Fix: show all app list and disable some buttons
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
class GameAppButton extends RoundRectButton {
|
||||
|
||||
constructor(x, y, type, iconName, buttonText, clickEvent) {
|
||||
console.log(type);
|
||||
let setting = new RoundRectButtonSetting(
|
||||
x, y,
|
||||
GameAppButton.BUTTON_WIDTH, GameAppButton.BUTTON_HEIGHT
|
||||
|
||||
Reference in New Issue
Block a user