disable splash by default
This commit is contained in:
parent
b17ede720c
commit
0d43b92104
|
@ -65,7 +65,7 @@
|
|||
// display actions dropbox in feedlist, if disabled these actions are
|
||||
// available in the global actions dropbox
|
||||
|
||||
define(ENABLE_SPLASH, true);
|
||||
define(ENABLE_SPLASH, false);
|
||||
// enable splashscreen on loading
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue