-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alterações de imagens e correções gerais #1
Conversation
@AthirsonSilva yes sir `//@ts-check /**
const perf = require('./vs/base/common/performance'); const path = require('path'); // Enable portable support // Enable ASAR support // Set userData path before app 'ready' event // Resolve code cache path // Configure static command line arguments // Disable default menu (electron/electron#35512) // Configure crash reporter // Set logs path before app 'ready' event if running portable // Register custom schemes with privileges // Global app listeners /**
const metaDataFile = path.join(__dirname, 'nls.metadata.json'); // Pass in the locale to Electron so that the const electronLocale = (!locale || locale === 'qps-ploc') ? 'en' : locale; // Load our code once ready
}); /**
async function onReady() {
} /**
function readArgvConfigSync() {
} /**
function getArgvConfigPath() {
} function configureCrashReporter() {
} /**
/**
function registerListeners() {
} /**
/**
/**
//#region NLS Support /**
/**
//#endregion` |
Versão pronta para apresentar na Fábrica de Cultura