MCPcopy Create free account
hub / github.com/massCodeIO/massCode / showNoUpdatesDialog

Function showNoUpdatesDialog

src/main/updates/index.ts:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49// обработчик 'update-available', здесь только диалоги.
50export async function checkForUpdatesFromMenu() {
51 function showNoUpdatesDialog() {
52 dialog.showMessageBoxSync({
53 message: i18n.t('messages:update.noAvailable'),
54 })
55 }
56
57 if (!app.isPackaged) {
58 showNoUpdatesDialog()

Callers 1

checkForUpdatesFromMenuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected