mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Open DiffResultDialog
as a normal dialog instead of a sheet.
* src/vorta/views/archive_tab.py (ArchiveTab.list_diff_result)
This commit is contained in:
parent
7003d69577
commit
bdbc172157
1 changed files with 3 additions and 1 deletions
|
@ -869,7 +869,9 @@ def list_diff_result(self, result):
|
|||
archive_newer, archive_older,
|
||||
result['params']['json_lines'])
|
||||
self._toggle_all_buttons(True)
|
||||
window.setParent(self, QtCore.Qt.Sheet)
|
||||
window.setParent(self)
|
||||
window.setWindowFlags(Qt.WindowType.Window)
|
||||
window.setWindowModality(Qt.WindowModality.NonModal)
|
||||
self._resultwindow = window # for testing
|
||||
window.show()
|
||||
|
||||
|
|
Loading…
Reference in a new issue