diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-05 19:19:55 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-05 19:19:55 +0300 |
commit | 4d4a9e733219f8c065a4ab6c5ab42836db7330fe (patch) | |
tree | a7f84a72134f0a27a9e895a987dcf298be7472db /modules/ui_extra_networks_checkpoints.py | |
parent | d9499f4301018ebd2977685d098381aa4111d2ae (diff) |
added compact prompt option
Diffstat (limited to 'modules/ui_extra_networks_checkpoints.py')
-rw-r--r-- | modules/ui_extra_networks_checkpoints.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ui_extra_networks_checkpoints.py b/modules/ui_extra_networks_checkpoints.py index ca6c2607..2fc0ed43 100644 --- a/modules/ui_extra_networks_checkpoints.py +++ b/modules/ui_extra_networks_checkpoints.py @@ -10,6 +10,8 @@ class ExtraNetworksPageCheckpoints(ui_extra_networks.ExtraNetworksPage): def __init__(self):
super().__init__('Checkpoints')
+ self.allow_prompt = False
+
def refresh(self):
shared.refresh_checkpoints()
|