~ Fixed browser option window contents not showing up

This commit is contained in:
Greyhoof 2024-05-17 13:17:04 +02:00
parent 0d3d111f8c
commit 3c811db2ca
No known key found for this signature in database
GPG Key ID: 6F81BAD843AE27F1
1 changed files with 1 additions and 7 deletions

View File

@ -81,18 +81,12 @@ import l from '../chat/localize';
import {GeneralSettings} from './common';
import fs from "fs";
import path from "path";
import Modal from "../components/Modal.vue";
import modal from "../components/Modal.vue";
import tabs from "../components/tabs";
import logs from "../chat/Logs.vue";
import chat from "../chat/ChatView.vue";
import {ipcRenderer} from "electron";
import {EIconStore} from "../learn/eicon/store";
import log from "electron-log";
const browserWindow = remote.getCurrentWindow();
@Component({
components: {chat, logs, modal, tabs, Modal}
components: {}
})
export default class BrowserOption extends Vue {
settings!: GeneralSettings;