Commit 5d31f8f
committed
fix: include includeCurrentTime/Cost settings in state methods
- Add includeCurrentTime and includeCurrentCost to getStateToPostToWebview()
- Add them to the destructuring in getStateToPostToWebview()
- Add them to the return object in getState()
- This ensures the settings are properly loaded from storage and displayed in UI
- Fixes persistence issue where settings would reset when reopening settings panel1 parent d370b8b commit 5d31f8f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1813 | 1813 | | |
1814 | 1814 | | |
1815 | 1815 | | |
| 1816 | + | |
| 1817 | + | |
1816 | 1818 | | |
1817 | 1819 | | |
1818 | 1820 | | |
| |||
1961 | 1963 | | |
1962 | 1964 | | |
1963 | 1965 | | |
| 1966 | + | |
| 1967 | + | |
1964 | 1968 | | |
1965 | 1969 | | |
1966 | 1970 | | |
| |||
2173 | 2177 | | |
2174 | 2178 | | |
2175 | 2179 | | |
| 2180 | + | |
| 2181 | + | |
2176 | 2182 | | |
2177 | 2183 | | |
2178 | 2184 | | |
| |||
0 commit comments