Implement UI to share a pad with a friend

This commit is contained in:
yflory
2019-06-04 11:22:38 +02:00
parent 8e7858e6ae
commit 39d2496330
7 changed files with 303 additions and 38 deletions

View File

@@ -53,7 +53,9 @@ define([
password: priv.password
}
});
UI.openCustomModal(UI.dialog.tabs(modal));
UI.openCustomModal(UI.dialog.tabs(modal), {
wide: true
});
};
sframeChan.on('EV_SHARE_REFRESH', function (data) {
createShareDialog(data);