This commit is contained in:
Kovid Goyal 2021-02-19 09:20:44 +05:30
commit ac65947be9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -907,7 +907,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
font.setBold(True)
font.setItalic(True)
self.virtual_library.setFont(font)
title = '{0} - || {1}{2} ||'.format(
title = '{0} || {1}{2} ||'.format(
__appname__, self.iactions['Choose Library'].library_name(), restrictions)
self.setWindowTitle(title)