Skip to content

Commit

Permalink
remove cssvg refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jabiertxof authored and imvenx committed Nov 19, 2023
1 parent c9bf90a commit 36d18eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
node_modules

mysvgexport.svg
cssvg_projects
inka_projects

# Quasar core related directories
.quasar
Expand Down
10 changes: 5 additions & 5 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { configure } = require('quasar/wrappers');

module.exports = configure(function (/* ctx */) {
return {


// https://v2.quasar.dev/quasar-cli-vite/prefetch-feature
// preFetch: true,
Expand All @@ -24,7 +24,7 @@ module.exports = configure(function (/* ctx */) {
// https://v2.quasar.dev/quasar-cli-vite/boot-files
boot: [
// 'debugger.ts'

],

// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#css
Expand Down Expand Up @@ -72,7 +72,7 @@ module.exports = configure(function (/* ctx */) {
// extendViteConf (viteConf) {},
// viteVuePluginOptions: {},


// vitePlugins: [
// [ 'package-name', { ..options.. } ]
// ]
Expand All @@ -87,7 +87,7 @@ module.exports = configure(function (/* ctx */) {
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework
framework: {
config: {
// dark: true
// dark: true
},

// iconSet: 'material-icons', // Quasar icon set
Expand Down Expand Up @@ -189,7 +189,7 @@ module.exports = configure(function (/* ctx */) {
builder: {
// https://www.electron.build/configuration/configuration

appId: 'cssvg'
appId: 'inka'
}
},

Expand Down
2 changes: 1 addition & 1 deletion src-electron/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ app.commandLine.appendSwitch('ignore-gpu-blacklist');
app.commandLine.appendSwitch('disable-gpu');
app.commandLine.appendSwitch('disable-gpu-compositing');
// let filePath = ''
// const projectsFolderPath = 'cssvg_projects'
// const projectsFolderPath = 'inka_projects'
// export const tempFilePath = () => `${projectsFolderPath}/inka.svg`

function resetWindow(): number {
Expand Down

0 comments on commit 36d18eb

Please sign in to comment.