mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 17:09:17 +02:00
Optimize + refactor code
This commit is contained in:
@@ -18,6 +18,6 @@ export class TrueAchievementsAction extends BaseGameBarAction {
|
||||
|
||||
onClick(e: Event) {
|
||||
super.onClick(e);
|
||||
TrueAchievements.open(false);
|
||||
TrueAchievements.getInstance().open(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user