mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-19 04:20:19 +01:00
* Added details MVC files.
* Change of katalog file organization. * Small bugfixes. * Code clean up. * Added README file.
This commit is contained in:
@@ -76,6 +76,7 @@ class ConfigModel(Model):
|
||||
'showtoolbar':True,
|
||||
'showstatusbar':True,
|
||||
'delwarn':True,
|
||||
'compress':True,
|
||||
}
|
||||
|
||||
dictconf = {
|
||||
@@ -96,6 +97,7 @@ class ConfigModel(Model):
|
||||
'confirm abandon current catalog':'confirmabandon',
|
||||
'show toolbar':'showtoolbar',
|
||||
'show statusbar and progress bar':'showstatusbar',
|
||||
'compress collection':'compress',
|
||||
}
|
||||
|
||||
dbool = (
|
||||
@@ -112,6 +114,8 @@ class ConfigModel(Model):
|
||||
'confirmabandon',
|
||||
'showtoolbar',
|
||||
'showstatusbar',
|
||||
'delwarn',
|
||||
'compress',
|
||||
)
|
||||
|
||||
recent = []
|
||||
|
||||
Reference in New Issue
Block a user