mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1858198 [Error adding SSL certificate and private key files for the Content server](https://bugs.launchpad.net/calibre/+bug/1858198)
This commit is contained in:
parent
513f9a3a30
commit
994fae5f94
@ -210,7 +210,7 @@ class Path(QWidget):
|
||||
ans = choose_files(self, 'choose_path_srv_opts_' + self.dname, _('Choose a file'), select_only_single_file=True)
|
||||
if ans:
|
||||
self.set(ans[0])
|
||||
self.save_history()
|
||||
self.text.save_history()
|
||||
|
||||
|
||||
class Choices(QComboBox):
|
||||
|
Loading…
x
Reference in New Issue
Block a user