diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:48:23 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:48:23 +0800 |
commit | 6be6316bc4ce879b4373a9fc46edd3eeb6762674 (patch) | |
tree | 628b18c222bb91bd1bec63f04163ef80c4134881 /main.qml | |
parent | 991945234c893e1f0f9a9363a31fe6c583e448d5 (diff) |
Set ticket history long format to true here
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import "larva/features" ApplicationWindow { signal logIn(string name, string password) - signal ticketHistory(int id) + signal ticketHistory(int id, bool longFormat) signal ticketNew(string queue, string requestor) id: window |