add config page for fsck, and alert with button when a fsck is running
This commit is contained in:
parent
18f4d1b400
commit
e9745f2da2
12 changed files with 74 additions and 23 deletions
|
@ -336,7 +336,7 @@ pairMsgReceived urlrenderer PairReq theiruuid selfjid theirjid
|
|||
finishXMPPPairing theirjid theiruuid
|
||||
-- Show an alert to let the user decide if they want to pair.
|
||||
showalert = do
|
||||
button <- mkAlertButton (T.pack "Respond") urlrenderer $
|
||||
button <- mkAlertButton True (T.pack "Respond") urlrenderer $
|
||||
ConfirmXMPPPairFriendR $
|
||||
PairKey theiruuid $ formatJID theirjid
|
||||
void $ addAlert $ pairRequestReceivedAlert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue