mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 14:35:36 +08:00
Make license content read-only
This commit is contained in:
parent
d58400de62
commit
0401537d40
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def _about_gui(version_string: str, config_dict: dict) -> None:
|
|||
[sg.Text(version_string)],
|
||||
new_version,
|
||||
[sg.Text("License: GNU GPLv3")],
|
||||
[sg.Multiline(license_content, size=(65, 20))],
|
||||
[sg.Multiline(license_content, size=(65, 20), disabled=True)],
|
||||
[sg.Button(_t("generic.accept"), key="exit")],
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue