First pass at auto-launch supporting Squirrel.
This commit is contained in:
parent
093b844859
commit
39b6bcb621
2 changed files with 27 additions and 5 deletions
|
@ -98,6 +98,7 @@ class Browser : public WindowListObserver {
|
|||
bool restore_state = false;
|
||||
bool opened_at_login = false;
|
||||
bool opened_as_hidden = false;
|
||||
mate::Arguments* start_args;
|
||||
};
|
||||
void SetLoginItemSettings(LoginItemSettings settings);
|
||||
LoginItemSettings GetLoginItemSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue