Restore removed LastCaptureExe saving last exe selected. Closes #1318

This commit is contained in:
baldurk
2019-03-25 15:12:55 +00:00
parent 8bb962fef8
commit e2bb45fd8f
4 changed files with 16 additions and 2 deletions
@@ -274,6 +274,8 @@ DECLARE_REFLECTION_STRUCT(BugReport);
\
CONFIG_SETTING_VAL(public, QString, rdcstr, LastCapturePath, "") \
\
CONFIG_SETTING_VAL(public, QString, rdcstr, LastCaptureExe, "") \
\
CONFIG_SETTING(public, QVariantList, rdcarray<rdcstr>, RecentCaptureSettings) \
\
CONFIG_SETTING_VAL(public, QString, rdcstr, TemporaryCaptureDirectory, "") \
@@ -459,6 +461,10 @@ For more information about some of these settings that are user-facing see
The path containing the last executable that was captured, which is useful as a default location
for browsing.
.. data:: LastCaptureExe
The filename of the last executable that was captured, inside :data:`LastCapturePath`.
.. data:: RecentCaptureSettings
A ``list`` of ``str`` with the recently opened capture settings files.