From 6749c78ed71764fd26a15d00bf5be1b74133b6e8 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 23 Oct 2022 13:41:12 -0700 Subject: During update, download updates first before removing old plugin files (#223) * Remove old nightly support and unused logging * Removed legacy code + added logic to account for offline update attempts * Update backend/browser.py Co-authored-by: AAGaming * Update backend/browser.py Co-authored-by: AAGaming * Update frontend/src/toaster.tsx Co-authored-by: AAGaming * Use str instead of String (I was tired okay...) * Remove false logic * look for plugins not having remote_binary in pkg Co-authored-by: AAGaming --- frontend/src/components/settings/pages/general/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/components/settings/pages/general/index.tsx b/frontend/src/components/settings/pages/general/index.tsx index 768cfafb..6ce9f682 100644 --- a/frontend/src/components/settings/pages/general/index.tsx +++ b/frontend/src/components/settings/pages/general/index.tsx @@ -15,18 +15,8 @@ export default function GeneralSettings({ setIsDeveloper: (val: boolean) => void; }) { const [pluginURL, setPluginURL] = useState(''); - // const [checked, setChecked] = useState(false); // store these in some kind of State instead return (
- {/* } - > - setChecked(e)} - /> - */} -- cgit v1.2.3