Adjust default :messages level
This commit is contained in:
parent
63f6409fdb
commit
c8d4ef13de
@ -92,7 +92,7 @@ Changed
|
|||||||
- Texts in prompts are now selectable.
|
- Texts in prompts are now selectable.
|
||||||
- Renderer process crashes now show an error page.
|
- Renderer process crashes now show an error page.
|
||||||
- (QtWebKit) storage -> offline-web-application-storage` got renamed to `...-cache`
|
- (QtWebKit) storage -> offline-web-application-storage` got renamed to `...-cache`
|
||||||
|
- The default level for `:messages` is now `info`, not `error`
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -1548,7 +1548,7 @@ class CommandDispatcher:
|
|||||||
self._open(url, tab, bg, window)
|
self._open(url, tab, bg, window)
|
||||||
|
|
||||||
@cmdutils.register(instance='command-dispatcher', scope='window')
|
@cmdutils.register(instance='command-dispatcher', scope='window')
|
||||||
def messages(self, level='error', plain=False, tab=False, bg=False,
|
def messages(self, level='info', plain=False, tab=False, bg=False,
|
||||||
window=False):
|
window=False):
|
||||||
"""Show a log of past messages.
|
"""Show a log of past messages.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user