mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
g_message is a more appropriate log level for some messages
This commit is contained in:
parent
eaae7b1d03
commit
6dfefa3f21
2 changed files with 3 additions and 3 deletions
|
@ -745,7 +745,7 @@ void MainWindow::LibsLoaded() {
|
|||
#endif // !DESKTOP_APP_DISABLE_DBUS_INTEGRATION
|
||||
|
||||
if (!qEnvironmentVariableIsSet(kDisableTrayCounter.utf8())) {
|
||||
g_warning(
|
||||
g_message(
|
||||
"You can disable tray icon counter with %s "
|
||||
"and make it look better if it is monochrome.",
|
||||
kDisableTrayCounter.utf8().constData());
|
||||
|
|
|
@ -1292,13 +1292,13 @@ void start() {
|
|||
"Therefore, QT_QPA_PLATFORMTHEME "
|
||||
"and QT_STYLE_OVERRIDE will be unset.");
|
||||
|
||||
g_warning(
|
||||
g_message(
|
||||
"This can be ignored by setting %s environment variable "
|
||||
"to any value, however, if qgtk2 theme or style is used, "
|
||||
"this will lead to a crash.",
|
||||
kIgnoreGtkIncompatibility.utf8().constData());
|
||||
|
||||
g_warning(
|
||||
g_message(
|
||||
"GTK integration can be disabled by setting %s to any value. "
|
||||
"Keep in mind that this will lead to clipboard issues "
|
||||
"and tdesktop will be unable to get settings from GTK "
|
||||
|
|
Loading…
Add table
Reference in a new issue