mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Only show loading finished time on initial load
This commit is contained in:
parent
60229b0a9c
commit
7c97efd19c
@ -411,7 +411,9 @@ class EbookViewer(MainWindow):
|
|||||||
if msg:
|
if msg:
|
||||||
self.loading_overlay(msg)
|
self.loading_overlay(msg)
|
||||||
else:
|
else:
|
||||||
performance_monitor('loading finished')
|
if not hasattr(self, 'initial_loading_performace_reported'):
|
||||||
|
performance_monitor('loading finished')
|
||||||
|
self.initial_loading_performace_reported = True
|
||||||
self.loading_overlay.hide()
|
self.loading_overlay.hide()
|
||||||
|
|
||||||
def show_error(self, title, msg, details):
|
def show_error(self, title, msg, details):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user