diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-30 00:41:38 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-30 00:41:38 +1000 |
commit | ffd1507f725582bd51fe3064263b14ecd7db5edf (patch) | |
tree | 23856a19c61f8da76f53753a1a81ffcba4f804e3 /source/frontend/StarJoinRequestDialog.cpp | |
parent | 057f3727deb83a768a45ad3b91282166683e039d (diff) |
ScriptPanes can specify paneLayer and interactive
Diffstat (limited to 'source/frontend/StarJoinRequestDialog.cpp')
-rw-r--r-- | source/frontend/StarJoinRequestDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarJoinRequestDialog.cpp b/source/frontend/StarJoinRequestDialog.cpp index 9d854df..1966265 100644 --- a/source/frontend/StarJoinRequestDialog.cpp +++ b/source/frontend/StarJoinRequestDialog.cpp @@ -9,7 +9,7 @@ namespace Star { -JoinRequestDialog::JoinRequestDialog() {} +JoinRequestDialog::JoinRequestDialog() : m_confirmed(false) {} void JoinRequestDialog::displayRequest(String const& userName, function<void(P2PJoinRequestReply)> callback) { auto assets = Root::singleton().assets(); |