mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 09:37:37 +00:00
[web] Minor fixes.
This commit is contained in:
parent
32957976f5
commit
0ad552ead4
@ -4,11 +4,8 @@
|
||||
*/
|
||||
import { fetchApi } from "../utils"
|
||||
|
||||
const CMD_RESET = 'reset'
|
||||
|
||||
export default class StaticBackend {
|
||||
constructor(store) {
|
||||
this.activeFetches = {}
|
||||
this.store = store
|
||||
this.onOpen()
|
||||
}
|
||||
|
@ -19,9 +19,7 @@ export default function OptionMenu() {
|
||||
</div>
|
||||
<div className="menu-legend">Protocol Support</div>
|
||||
</div>
|
||||
</HideInStatic>
|
||||
|
||||
<HideInStatic>
|
||||
<div className="menu-group">
|
||||
<div className="menu-content">
|
||||
<SettingsToggle setting="anticache">
|
||||
|
Loading…
Reference in New Issue
Block a user