mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
BypassDND -> BypassStatus
This commit is contained in:
parent
aca51e64f8
commit
92fe7335fb
12 changed files with 32 additions and 25 deletions
|
@ -16,7 +16,6 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { migratePluginSettings } from "@api/Settings";
|
||||
import { Devs } from "@utils/constants";
|
||||
import definePlugin from "@utils/types";
|
||||
import { FluxDispatcher, UserStore } from "@webpack/common";
|
||||
|
@ -35,7 +34,6 @@ function toggleStreamerMode({ streamKey }: StreamEvent, value: boolean) {
|
|||
});
|
||||
}
|
||||
|
||||
migratePluginSettings("StreamerModeOn", "StreamerModeOnStream");
|
||||
export default definePlugin({
|
||||
name: "StreamerModeOn",
|
||||
description: "Automatically enables streamer mode when you start streaming in Discord",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue