Skip to content
代码片段 群组 项目
提交 6f2e57d0 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Some more code issues.

上级 f4f8003c
No related branches found
No related tags found
无相关合并请求
......@@ -86,7 +86,6 @@ function handlerOpen(zapFileArray, socket, httpPort) {
function handlerConvert(data, socket) {
let zapFiles = data.files
let output = data.output
serverIpc.server.emit(socket, eventType.over, 'Convert')
zapFiles.forEach((element) => {
......
......@@ -17,7 +17,6 @@
const { dialog } = require('electron')
const windowJs = require('./window.js')
const browserApi = require('./browser-api.js')
const { result } = require('lodash')
/**
* Simple dialog to show error messages from electron renderer scope.
......
......@@ -100,8 +100,8 @@ export default {
this.zclDialogText = 'Welcome to ZCL tab. This is just a test of a dialog.'
this.zclDialogFlag = false
observable.observeAttribute(rendApi.observable.themeData, (theme) => {
this.setThemeMode(theme)
observable.observeAttribute(rendApi.observable.themeData, (newTheme) => {
this.setThemeMode(newTheme)
})
observable.observeAttribute(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册