diff options
| author | 2014-01-03 00:01:29 -0500 | |
|---|---|---|
| committer | 2014-01-03 00:01:29 -0500 | |
| commit | 7db271e95ebab52c31c78f51270de71af1d750d2 (patch) | |
| tree | 6e8a825d6954b401b1cb7a2f7147747f1fcdd90a /app/Models/Configuration.php | |
| parent | b4c477ca41a7ecaa6364dd6a97603829b14b11ef (diff) | |
Add a shortcut to open the share div. The default shortcut is "s".
Diffstat (limited to 'app/Models/Configuration.php')
| -rw-r--r-- | app/Models/Configuration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Configuration.php b/app/Models/Configuration.php index d44420f56..c29e74603 100644 --- a/app/Models/Configuration.php +++ b/app/Models/Configuration.php @@ -33,6 +33,7 @@ class FreshRSS_Configuration { 'prev_entry' => 'k', 'collapse_entry' => 'c', 'load_more' => 'm', + 'auto_share' => 's', ), 'topline_read' => true, 'topline_favorite' => true, |
