Add/Remove templates fxd.
This commit is contained in:
parent
9d4302b064
commit
d20047b4ee
|
@ -40,8 +40,8 @@ namespace LAview.Core {
|
|||
public string[] templates {
|
||||
get { return _templates_strv; }
|
||||
set {
|
||||
if (settings != null) settings.set_strv("templates", _templates_strv);
|
||||
_templates_strv = value;
|
||||
if (settings != null) settings.set_strv("templates", _templates_strv);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue