mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -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:
|
||||
self.loading_overlay(msg)
|
||||
else:
|
||||
if not hasattr(self, 'initial_loading_performace_reported'):
|
||||
performance_monitor('loading finished')
|
||||
self.initial_loading_performace_reported = True
|
||||
self.loading_overlay.hide()
|
||||
|
||||
def show_error(self, title, msg, details):
|
||||
|
Loading…
x
Reference in New Issue
Block a user