Notifications default to enabled on first boot.
* The server did this right, but the preflet would not check the checkbox when there was no settings file.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2010, Haiku, Inc. All Rights Reserved.
|
* Copyright 2010-2014, Haiku, Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _NOTIFICATIONS_H
|
#ifndef _NOTIFICATIONS_H
|
||||||
@@ -20,7 +20,7 @@ extern const char* kAutoStartName;
|
|||||||
extern const char* kTimeoutName;
|
extern const char* kTimeoutName;
|
||||||
|
|
||||||
// General default settings
|
// General default settings
|
||||||
const float kDefaultAutoStart = false;
|
const bool kDefaultAutoStart = true;
|
||||||
const int32 kDefaultTimeout = 10;
|
const int32 kDefaultTimeout = 10;
|
||||||
|
|
||||||
// Display settings
|
// Display settings
|
||||||
|
|||||||
Reference in New Issue
Block a user