Add checkbox to set note as private. When note is private then no one can see them from non local network.

This commit is contained in:
kplaczek
2018-09-19 20:04:35 +02:00
parent 31e65c4730
commit fcfc0bd58a
4 changed files with 31 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ return [
| any other location as required by the application or its packages.
*/
'name' => 'Laravel',
'name' => 'Paper.Pi',
/*
|--------------------------------------------------------------------------
@@ -64,7 +64,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Europe/Warsaw',
/*
|--------------------------------------------------------------------------