indent adjusted
This commit is contained in:
parent
aa40842848
commit
607cd9ba6e
@ -370,10 +370,10 @@ class SessionManager(QObject):
|
|||||||
# remove "active" mark and insert back page marked as active
|
# remove "active" mark and insert back page marked as active
|
||||||
lazy_index = i + 1
|
lazy_index = i + 1
|
||||||
lazy_load.append({
|
lazy_load.append({
|
||||||
'title': histentry['title'],
|
'title': histentry['title'],
|
||||||
'url': 'qute://back#' + histentry['title'],
|
'url': 'qute://back#' + histentry['title'],
|
||||||
'active': True
|
'active': True
|
||||||
})
|
})
|
||||||
histentry['active'] = False
|
histentry['active'] = False
|
||||||
|
|
||||||
active = histentry.get('active', False)
|
active = histentry.get('active', False)
|
||||||
|
Loading…
Reference in New Issue
Block a user