mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 00:53:04 -04:00
Kill unsafe require
This commit is contained in:
parent
98cfa090d4
commit
7e526e4172
3 changed files with 0 additions and 18 deletions
|
@ -5,7 +5,6 @@ import { mergeDefaults } from '../utils/misc';
|
|||
|
||||
interface Settings {
|
||||
notifyAboutUpdates: boolean;
|
||||
unsafeRequire: boolean;
|
||||
useQuickCss: boolean;
|
||||
plugins: {
|
||||
[plugin: string]: {
|
||||
|
@ -17,7 +16,6 @@ interface Settings {
|
|||
|
||||
const DefaultSettings: Settings = {
|
||||
notifyAboutUpdates: true,
|
||||
unsafeRequire: false,
|
||||
useQuickCss: true,
|
||||
plugins: {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue