correct default destroy value

This commit is contained in:
RickyRister 2025-04-07 21:49:29 -07:00
parent 4ffe80631e
commit fe8b36bf02

View file

@ -23,7 +23,7 @@ struct TokenInfo
QString color;
QString pt;
QString annotation;
bool destroy = false;
bool destroy = true;
};
class DlgCreateToken : public QDialog