We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed settings remain, even when they are not saved via /save and profanity gets restarted.
/save
After /quit without /savethe changed settings should be reverted when restarting.
/quit
/theme load boothj5
/theme load solarized-dark
diff profrc profrc-before-themeswitching 19c19 < statusbar.show.name=true --- > statusbar.show.name=false 32,34c32,34 < roster.resource=true < roster.presence=true < roster.status=true --- > roster.resource=false > roster.presence=false > roster.status=false 47,52c47,52 < time.console=%H:%M:%S < time.chat=%d/%m/%y %H:%M:%S < time.muc=%d/%m/%y %H:%M:%S < time.config=off < time.private=%d/%m/%y %H:%M:%S < time.xmlconsole=%H:%M:%S --- > time.console=%d.%m.%y %H:%M:%S > time.chat=%d.%m.%y %H:%M:%S > time.muc=%d.%m.%y %H:%M:%S > time.config=%d.%m.%y %H:%M:%S > time.private=%d.%m.%y %H:%M:%S > time.xmlconsole=%d.%m.%y %H:%M:%S 86,87d85 < < roster.resource.char=/
Version 0.7.1dev.master.725cf3e4 Debian bullseye (testing)
The text was updated successfully, but these errors were encountered:
/save only saves the preferences. But /theme loads and applies a theme. Themes can have colours and other look options, like what date to use etc.
So in my opinion theme vs preferences handling is borked. And I opened a issue quite a while ago to discuss how to improve it: #1077
Sorry, something went wrong.
No branches or pull requests
Changed settings remain, even when they are not saved via
/save
and profanity gets restarted.Expected Behavior
After
/quit
without/save
the changed settings should be reverted when restarting.Current Behavior
/theme load boothj5
/theme load solarized-dark
/quit
Environment
Version 0.7.1dev.master.725cf3e4
Debian bullseye (testing)
The text was updated successfully, but these errors were encountered: