summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-02-14 16:29:44 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-02-14 16:29:44 +0100
commita1865fa69e3a90e484e8423e256e1cb969b7e04d (patch)
treee5cf2c747e9e4e07181c3e4257a2e3177c4ea773 /lib/Travelynx.pm
parent6cbbc2b16f059a0d2b1f65a371e3c1e1f4c11fde (diff)
add privacy setting for showing history and latest arrival timestamp
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-xlib/Travelynx.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 2b34b99..661572e 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -187,6 +187,9 @@ sub startup {
status_intern => 0x01,
status_extern => 0x02,
status_comment => 0x04,
+ history_intern => 0x10,
+ history_latest => 0x20,
+ history_full => 0x40,
};
}
);