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 @@ def set_window_title(self):
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)