mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Add option to disable title widget (#44)
This commit is contained in:
@@ -357,7 +357,7 @@ void MainWindow::init() {
|
||||
|
||||
updatePalette();
|
||||
|
||||
if ((_title = Platform::CreateTitleWidget(this))) {
|
||||
if (!UseNativeDecorations() && (_title = Platform::CreateTitleWidget(this))) {
|
||||
_title->init();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user