Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
42454f30
Commit
42454f30
authored
Sep 13, 2019
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
wizard(JAMS): don't navigate when and invalid account is added
Change-Id: I5fa1025395431a2e628e6c42063848208b6ce491
parent
3b9b0fa1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
newwizardwidget.cpp
+2
-0
2 additions, 0 deletions
newwizardwidget.cpp
with
2 additions
and
0 deletions
newwizardwidget.cpp
+
2
−
0
View file @
42454f30
...
...
@@ -557,6 +557,8 @@ NewWizardWidget::createAccount()
if
(
isConnectingToManager
)
{
Utils
::
oneShotConnect
(
&
LRCInstance
::
accountModel
(),
&
lrc
::
api
::
NewAccountModel
::
accountAdded
,
[
this
](
const
std
::
string
&
accountId
)
{
if
(
!
LRCInstance
::
accountModel
().
getAccountList
().
size
())
return
;
//set default ringtone
auto
confProps
=
LRCInstance
::
accountModel
().
getAccountConfig
(
accountId
);
confProps
.
Ringtone
.
ringtonePath
=
Utils
::
GetRingtonePath
().
toStdString
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment