mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Log message if qss file can not be opened for write
This commit is contained in:
committed by
Mat Sutcliffe
parent
26ddf3a353
commit
b71fb71fdc
@@ -93,6 +93,7 @@ namespace BlackGui
|
||||
|
||||
void CSettingsFontComponent::changeFont()
|
||||
{
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
const QString fontSize = ui->cb_SettingsGuiFontSize->currentText().append("pt");
|
||||
const QString fontFamily = ui->cb_SettingsGuiFont->currentFont().family();
|
||||
const QString fontStyleCombined = ui->cb_SettingsGuiFontStyle->currentText();
|
||||
|
||||
Reference in New Issue
Block a user