Skip to content

Commit

Permalink
Hotfix: disable pretendToBeWrapperApp
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed Jun 1, 2022
1 parent ea5a720 commit e483ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FunctionPatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { ColumnChirp } from "./Types/TweetDeck";
import { getIpc } from "./Utils";

const pretendToBeWrapperApp = true;
const pretendToBeWrapperApp = false;

export const FunctionPatcher = (): void => {
if (window.localStorage && typeof window.require === "undefined") {
Expand Down

0 comments on commit e483ac5

Please sign in to comment.