mirror of
https://github.com/moparisthebest/wallabag
synced 2025-02-16 23:20:09 -05:00
had forgotten to add the option to default config file
This commit is contained in:
parent
66ec279620
commit
945564658d
@ -49,6 +49,8 @@
|
|||||||
@define ('FLATTRED', '2');
|
@define ('FLATTRED', '2');
|
||||||
// display or not print link in article view
|
// display or not print link in article view
|
||||||
@define ('SHOW_PRINTLINK', '1');
|
@define ('SHOW_PRINTLINK', '1');
|
||||||
|
// fix the toolbar position
|
||||||
|
@define ('TOOLBAR_FIXED');
|
||||||
// display or not percent of read in article view. Affects only default theme.
|
// display or not percent of read in article view. Affects only default theme.
|
||||||
@define ('SHOW_READPERCENT', '1');
|
@define ('SHOW_READPERCENT', '1');
|
||||||
@define ('ABS_PATH', 'assets/');
|
@define ('ABS_PATH', 'assets/');
|
||||||
|
Loading…
Reference in New Issue
Block a user