Fix launcher page button bindings
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 14:19:16 +09:00
parent 24a0569fb4
commit de47cb219a
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
(() => {
const CatalogManager = require('./assets/js/catalogmanager')
const ConfigManager = require('./assets/js/configmanager')
const ProfileAssetManager = require('./assets/js/profileassetmanager')
@@ -305,3 +306,4 @@ document.getElementById('installDetailOpenLibraryButton').addEventListener('clic
window.refreshInstallView = renderInstallView
renderEmptyDetailPanel()
renderInstallView()
})()

View File

@@ -1,3 +1,4 @@
(() => {
const { clipboard } = require('electron')
const CatalogManager = require('./assets/js/catalogmanager')
@@ -415,3 +416,4 @@ setInterval(() => {
window.refreshLibraryView = renderLibraryView
renderLibraryView()
})()