FIX: Screenshot Issues

This commit is contained in:
EvanLin3141
2025-02-26 12:51:17 +00:00
parent ef93df549b
commit 1341a10d76
4 changed files with 154 additions and 17 deletions

View File

@@ -2,8 +2,8 @@ import React from "react";
import ThemeSetting from "./ThemeSetting";
import { useTheme } from "../../context/ThemeContext";
import { useQuickSettings } from "../../context/QuickSettingsContext";
import Screenshot from "../Functionality/Screenshot";
import BrightnessControl from "../Functionality/BrightnessControl";
import Screenshot from "../functionality/Screenshot";
import BrightnessControl from "../functionality/BrightnessControl";
const QuickSettings: React.FC = () => {
const { theme } = useTheme();