index.css -> style.css
Some checks are pending
Sync to Codeberg / Sync Codeberg and Github (push) Waiting to run
Test / Test (push) Waiting to run

This commit is contained in:
thororen1234 2025-02-01 23:31:46 -05:00
parent bd095525d8
commit b8fa19310d
5 changed files with 2 additions and 5 deletions

View file

@ -12,7 +12,7 @@ import definePlugin, { OptionType, Plugin } from "@utils/types";
import { findStoreLazy } from "@webpack";
import { User } from "discord-types/general";
import style from "./index.css?managed";
import style from "./style.css?managed";
interface iUSRBG extends Plugin {
userHasBackground(userId: string);

View file

@ -103,7 +103,4 @@ export default definePlugin({
setScrollHook(Math.max(0, Math.min(newValue, emojisLength - this.getMaxQuickReactions())));
};
},
AddReactionsButton() {
}
});

View file

@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "./index.css";
import "./style.css";
import { openNotificationLogModal } from "@api/Notifications/notificationLog";
import { migratePluginSettings, Settings, useSettings } from "@api/Settings";