Remove unnecessary space symbol from one string in settings (#146)
This commit is contained in:
committed by
Dharkael
parent
fff5888152
commit
a289713cfe
@@ -188,7 +188,7 @@ void GeneneralConf::initAutostart() {
|
||||
ConfigHandler config;
|
||||
bool checked = config.startupLaunchValue();
|
||||
m_autostart->setChecked(checked);
|
||||
m_autostart->setToolTip(tr("Launch Flameshot "));
|
||||
m_autostart->setToolTip(tr("Launch Flameshot"));
|
||||
m_layout->addWidget(m_autostart);
|
||||
|
||||
connect(m_autostart, &QCheckBox::clicked, this,
|
||||
|
||||
Reference in New Issue
Block a user