Skip to content

Commit 660a694

Browse files
Moved the last_run_settings into the build directory
Doing this means that it will be deleted (and thus correctly) reset when deleting the build folder
1 parent 86f479f commit 660a694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/presentation/StyleSheet.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ Item
241241
Settings
242242
{
243243
id: lastRunSettings
244+
fileName: "last_run_settings"
245+
244246
property string theme: "Light"
245247
}
246248
Component.onDestruction: lastRunSettings.theme = styleSheet.state

0 commit comments

Comments
 (0)