Version 0.2.1 - Fix : Explorateur s'ouvre tout seul
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
CICD - Pipeline 2023-11-03 22:22:46 +01:00
parent a3369c7035
commit afcb6385c2
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "neutral", "name": "neutral",
"version": "0.2.0", "version": "0.2.1",
"description": "Panel d'administration de Raphix", "description": "Panel d'administration de Raphix",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -240,8 +240,6 @@ class ViewWindow {
} }
createView("files_explorer")
function createView(viewType) { function createView(viewType) {
if(viewType == 'files_explorer') { if(viewType == 'files_explorer') {