lxqt / qterminal

A lightweight Qt-based terminal emulator
https://lxqt.github.io
GNU General Public License v2.0
586 stars 150 forks source link

Changed settings are overwritten again if closing another open instance #1145

Open stefonarch opened 1 week ago

stefonarch commented 1 week ago

If there is more than one instance open (like a normal and a dropdown window) changes made in the first are overwritten by the old settings from the other instance when closing it.

Expected Behavior

Changed settings remain changed.

Current Behavior

They don't, which means users have to close all other instances before changing a setting.

Steps to Reproduce (for bugs)
  1. Open 2 instances of QTerminal
  2. Change settings in the first and exit it.
  3. Close the second instance.
  4. Open QTerminal → settings are unchanged.
System Information