summaryrefslogtreecommitdiff
path: root/pkgs/unofficial-homestuck-collection/0001-fix-source.patch
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-07-22 20:36:23 -0400
committerFreya Murphy <freya@freyacat.org>2025-07-22 20:36:23 -0400
commita1e910c70cb6d5f33c23eb274b63c2ea12d56dea (patch)
tree9869ee845ecde44d9f5fa3756eeb6eb784aea8af /pkgs/unofficial-homestuck-collection/0001-fix-source.patch
parentuse NIXOS_OZONE_WL instead of manually setting ozone flags (diff)
downloaddotfiles-nix-a1e910c70cb6d5f33c23eb274b63c2ea12d56dea.tar.gz
dotfiles-nix-a1e910c70cb6d5f33c23eb274b63c2ea12d56dea.tar.bz2
dotfiles-nix-a1e910c70cb6d5f33c23eb274b63c2ea12d56dea.zip
unofficial-homestuck-collection: refactor package
Diffstat (limited to 'pkgs/unofficial-homestuck-collection/0001-fix-source.patch')
-rw-r--r--pkgs/unofficial-homestuck-collection/0001-fix-source.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/pkgs/unofficial-homestuck-collection/0001-fix-source.patch b/pkgs/unofficial-homestuck-collection/0001-fix-source.patch
deleted file mode 100644
index df1144a..0000000
--- a/pkgs/unofficial-homestuck-collection/0001-fix-source.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 0d63f04b5224bda4b5e9a37767da912c7ba1ef1c Mon Sep 17 00:00:00 2001
-From: Freya Murphy <freya@freyacat.org>
-Date: Thu, 17 Jul 2025 12:58:56 -0400
-Subject: [PATCH] fix source
-
----
- src/background.js | 3 ++-
- src/store/localData.js | 2 +-
- 2 files changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/background.js b/src/background.js
-index 426a84a..3b587ab 100644
---- a/src/background.js
-+++ b/src/background.js
-@@ -747,7 +747,8 @@ async function createWindow () {
- titleBarStyle: 'hidden',
- autoHideMenuBar: true,
- webPreferences: {
-- nodeIntegration: process.env.ELECTRON_NODE_INTEGRATION,
-+ nodeIntegration: true,
-+ contextIsolation: false,
- enableRemoteModule: true,
- plugins: true,
- webviewTag: true
-diff --git a/src/store/localData.js b/src/store/localData.js
-index 2be2235..69833ff 100644
---- a/src/store/localData.js
-+++ b/src/store/localData.js
-@@ -33,7 +33,7 @@ const migrations = {
- '2.6.9': store => {
- const settings_prev = store.get('settings', {})
- if (settings_prev && !isWebApp && settings_prev.ruffleFallback) {
-- store.set('settings.ruffleFallback', false)
-+ store.set('settings.ruffleFallback', true)
- }
- }
- }
---
-2.50.0
-