chore: change return type of platform_util::SetLoginItemEnabled (#15854)
This commit is contained in:
parent
5f9c857eb0
commit
73fbb69c50
3 changed files with 6 additions and 4 deletions
|
@ -61,7 +61,7 @@ void Beep();
|
|||
|
||||
#if defined(OS_MACOSX)
|
||||
bool GetLoginItemEnabled();
|
||||
void SetLoginItemEnabled(bool enabled);
|
||||
bool SetLoginItemEnabled(bool enabled);
|
||||
#endif
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue