dissent icon indicating copy to clipboard operation
dissent copied to clipboard

Fix persistent disk activity when typing message

Open tfuxu opened this issue 1 year ago • 3 comments

This fixes a bug in input persist (or draft message) function of the message composer.

Before, when user typed a letter into composer, the contents of the text field were copied each time to configuration. Now, this is done only when composer is unrealized (i.e. when user switches channels, or closes gtkcord).

Fixes #187

tfuxu avatar Nov 04 '23 18:11 tfuxu

Can we also apply a cooldown for the autosave? I rely on this feature quite a lot, and it's really useful for crashes, since the saving is always reliable.

diamondburned avatar Nov 05 '23 00:11 diamondburned

Can we also apply a cooldown for the autosave?

Sure, but I don't know how to implement that

tfuxu avatar Nov 06 '23 20:11 tfuxu

I think it would be best if this is done as a toggleable option instead.

diamondburned avatar Dec 21 '23 23:12 diamondburned