WIP: fix: intialization ui/squawk.cpp before than Core::Squawk::ready #69
No reviewers
Labels
No Label
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pavanvo:fix/init_ui_before_app"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we load app with one acc, button add contact is not enabled.
It's happend cuz ui/squawk.cpp is initializing after the
Core::Squawk::ready
.We can easily checkout this with the two breakpoints,
first on
ui/models/account.cpp
line 99second on
ui/squawk.cpp
line 66Event happent before subscribing
So this PR to fix this
Hey! Thank you so much for participating!
I'm afraid this fix won't do, I'm planing to make Squawk main window closable to make it stay in the tray, so... there shall be additional state control in Application
Yo, I started to write tray icon, there is no problems with it!
Pls wait a lil until i finished
I think I have fixed it in a bit better way with my most recent commit
Pull request closed