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