Add the properties box to the OO apps toolbar

This commit is contained in:
yflory
2019-02-05 17:07:49 +01:00
parent 084aa09a2c
commit 46c3f1f3df
2 changed files with 9 additions and 0 deletions

View File

@@ -87,6 +87,12 @@ define([
common.getPadAttribute('channel', waitFor(function (err, val) {
data.channel = val;
}));
common.getPadAttribute('rtChannel', waitFor(function (err, val) {
data.rtChannel = val;
}));
common.getPadAttribute('lastVersion', waitFor(function (err, val) {
data.lastVersion = val;
}));
common.getPadAttribute('atime', waitFor(function (err, val) {
data.atime = val;
}));