release v1.1.8

This commit is contained in:
josc146
2023-06-04 11:53:50 +08:00
parent 4e75531651
commit f373f1caa8
2 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import App from './App';
import { HashRouter } from 'react-router-dom';
import { startup } from './startup';
import './_locales/i18n-react';
import { WindowSetAlwaysOnTop } from '../wailsjs/runtime';
import { WindowShow } from '../wailsjs/runtime';
startup().then(() => {
const container = document.getElementById('root');
@@ -20,6 +20,5 @@ startup().then(() => {
);
// force display the window
WindowSetAlwaysOnTop(true);
WindowSetAlwaysOnTop(false);
WindowShow();
});