comments
This commit is contained in:
parent
c8f4a85e84
commit
d4dccbedb6
@ -169,6 +169,8 @@ void rwSettings(bool writing)
|
|||||||
|
|
||||||
SETTING_RW(prefs.termMatchType, "/Recoll/prefs/query/termMatchType",
|
SETTING_RW(prefs.termMatchType, "/Recoll/prefs/query/termMatchType",
|
||||||
Int, 0);
|
Int, 0);
|
||||||
|
// This is not really the current program version, just a value to
|
||||||
|
// be used in case we have incompatible changes one day
|
||||||
SETTING_RW(prefs.rclVersion, "/Recoll/prefs/rclVersion",
|
SETTING_RW(prefs.rclVersion, "/Recoll/prefs/rclVersion",
|
||||||
Int, 1009);
|
Int, 1009);
|
||||||
|
|
||||||
|
|||||||
@ -73,10 +73,13 @@ class PrefsPack {
|
|||||||
int pvwidth; // Preview window geom
|
int pvwidth; // Preview window geom
|
||||||
int pvheight;
|
int pvheight;
|
||||||
int ssearchTyp;
|
int ssearchTyp;
|
||||||
bool useDesktopOpen; // typically xdg-open, instead of mimeview settings
|
// Use single app (default: xdg-open), instead of per-mime settings
|
||||||
bool keepSort; // Remember sort status between invocations
|
bool useDesktopOpen;
|
||||||
bool sortActive; // Remembered sort state.
|
// Remember sort state between invocations ?
|
||||||
bool sortDesc; // ..
|
bool keepSort;
|
||||||
|
bool sortActive;
|
||||||
|
bool sortDesc;
|
||||||
|
// Abstract preferences. Building abstracts can slow result display
|
||||||
bool queryBuildAbstract;
|
bool queryBuildAbstract;
|
||||||
bool queryReplaceAbstract;
|
bool queryReplaceAbstract;
|
||||||
bool startWithAdvSearchOpen;
|
bool startWithAdvSearchOpen;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user