1.9.4
This commit is contained in:
parent
02d4e56b78
commit
a463363616
|
@ -42,6 +42,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
- fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933)
|
- fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933)
|
||||||
- fixed File Panel does not share the right-click options provided in the sandbox view columns [#2934](https://github.com/sandboxie-plus/Sandboxie/issues/2934)
|
- fixed File Panel does not share the right-click options provided in the sandbox view columns [#2934](https://github.com/sandboxie-plus/Sandboxie/issues/2934)
|
||||||
- fixed Checkboxes issue of NetworkEnableWFP and EnableObjectFiltering settings [#2935](https://github.com/sandboxie-plus/Sandboxie/issues/2935)
|
- fixed Checkboxes issue of NetworkEnableWFP and EnableObjectFiltering settings [#2935](https://github.com/sandboxie-plus/Sandboxie/issues/2935)
|
||||||
|
- fixed Unquoted service path [#537](https://github.com/sandboxie-plus/Sandboxie/issues/537)
|
||||||
|
- fixed Running the Insert chart in Word in the sandbox fails [#2863](https://github.com/sandboxie-plus/Sandboxie/issues/2863)
|
||||||
|
- fixed An error occurred in the switch sandbox type preset configuration [#2941](https://github.com/sandboxie-plus/Sandboxie/issues/2941)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -509,6 +509,8 @@ void COptionsWindow::SaveOptionList()
|
||||||
{
|
{
|
||||||
CloseOptionEdit(true);
|
CloseOptionEdit(true);
|
||||||
|
|
||||||
|
if (!ui.treeOptions) return;
|
||||||
|
|
||||||
QMap<QString, QList<QString>> OptionMap;
|
QMap<QString, QList<QString>> OptionMap;
|
||||||
|
|
||||||
// cache unlisted set eOnlySpec global presets
|
// cache unlisted set eOnlySpec global presets
|
||||||
|
|
Loading…
Reference in New Issue