mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #197] Client-builder not saving settings #79
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 25, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/197
not sure why this happened, but I noticed it after trying to build a client with new settings (it didn't prompt me to save my settings)
@ghost commented on GitHub (May 25, 2015):
to reproduce:
delete Bin/Release/Profiles/Default.xml
delete Bin/Release/settings.xml
Start server listen
Build client with new settings
(No prompt to save settings?)
@yankejustin commented on GitHub (May 25, 2015):
I will deal with this. The settings manager should implement
INotifyPropertyChangedeventually. :)@ghost commented on GitHub (May 26, 2015):
@yankejustin, 👍 sounds good.
Just a little note: changed a setting 'disabled keylogger' and saved the settings, then it prompted me to save settings.. I'm going to assume its a check for a/some setting(s) that doesn't trigger saving the file unless the settings are different than the ones read from the file