mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
Revert "show current filepath in status bar"
This reverts commit bf8367d6cf
.
This just doesn't work. We need a better solution, probably in the next release.
This commit is contained in:
parent
2465b8a376
commit
75b5c97095
@ -195,9 +195,6 @@ class StatusBar(common.WWrap):
|
||||
if self.master.stream:
|
||||
r.append("[W:%s]"%self.master.stream_path)
|
||||
|
||||
if self.master.state.last_saveload:
|
||||
r.append("[%s]"%self.master.state.last_saveload)
|
||||
|
||||
return r
|
||||
|
||||
def redraw(self):
|
||||
|
Loading…
Reference in New Issue
Block a user