summarylogtreecommitdiffstats
path: root/ipc_main.ts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ipc_main.ts.patch')
-rw-r--r--ipc_main.ts.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/ipc_main.ts.patch b/ipc_main.ts.patch
index 356ed7d224f2..0c05f14e05d6 100644
--- a/ipc_main.ts.patch
+++ b/ipc_main.ts.patch
@@ -7,12 +7,3 @@
onMessageFromBrowserWindow('open-link', (link) => {
shell.openExternal(link).catch((err) => {
-@@ -377,7 +377,7 @@
-
- onMessageFromBrowserWindow('set-log-path', () => {
- dialog
-- .showOpenDialog({properties: ['openFile'], filters: [{name: 'output_*', extensions: ['txt']}]})
-+ .showOpenDialog({properties: ['openFile'], filters: [{name: 'Player', extensions: ['log']}]})
- .then((log) => {
- if (!log.canceled && log.filePaths[0]) {
- settingsStore.get().logPath = log.filePaths[0];