From fe3e3f31abe07b8ac8184bf733997531e91eb259 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Wed, 16 Jul 2025 02:14:20 +1000 Subject: [PATCH] fix(canary/SlashCommandsFix): prompt restarts --- canary/SlashCommandsFix/build.gradle.kts | 5 ++++- .../coreplugins/slashcommandsfix/SlashCommandsFix.java | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/canary/SlashCommandsFix/build.gradle.kts b/canary/SlashCommandsFix/build.gradle.kts index eff7cf2..fb739de 100644 --- a/canary/SlashCommandsFix/build.gradle.kts +++ b/canary/SlashCommandsFix/build.gradle.kts @@ -1,10 +1,13 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar -version = "7.16.0" +version = "7.16.1" description = "Beta backport of SlashCommandsFix" aliucord { changelog.set(""" + # 7.16.1 + * Prompt restarts + # 7.16.0 * Initial port >w< thanks @jedenastka """.trimIndent()) diff --git a/canary/SlashCommandsFix/src/main/java/com/aliucord/coreplugins/slashcommandsfix/SlashCommandsFix.java b/canary/SlashCommandsFix/src/main/java/com/aliucord/coreplugins/slashcommandsfix/SlashCommandsFix.java index eeef992..9b1280a 100644 --- a/canary/SlashCommandsFix/src/main/java/com/aliucord/coreplugins/slashcommandsfix/SlashCommandsFix.java +++ b/canary/SlashCommandsFix/src/main/java/com/aliucord/coreplugins/slashcommandsfix/SlashCommandsFix.java @@ -13,7 +13,7 @@ import com.aliucord.entities.Plugin; import de.robv.android.xposed.XposedBridge; -@AliucordPlugin +@AliucordPlugin(requiresRestart = true) public final class SlashCommandsFix extends Plugin { public SlashCommandsFix() { super();