remove legacy code

This commit is contained in:
Vendicated
2025-05-16 19:47:01 +02:00
parent fa627b384f
commit 857779e77b
5 changed files with 2 additions and 39 deletions

View File

@@ -1,4 +0,0 @@
/* Workaround for making things in the draggable area clickable again on macOS */
.platform-osx [class*=topic_], .platform-osx [class*=notice_] button {
-webkit-app-region: no-drag;
}

View File

@@ -4,8 +4,6 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*/
import "./fixes.css";
import { localStorage } from "./utils";
// Make clicking Notifications focus the window

View File

@@ -17,7 +17,6 @@ export function addPatch<P extends PatchData>(p: P) {
const { patches, ...globals } = p;
for (const patch of patches) {
// TODO: Update types
Vencord.Plugins.addPatch(patch, "Vesktop", "VesktopPatchGlobals");
}