Skip to content

Commit

Permalink
feat: add status bar
Browse files Browse the repository at this point in the history
Log:
Change-Id: I129cd1f8249d29290f4ca42d2247e8f6d4a9a64a
  • Loading branch information
deepin-mozart committed Nov 29, 2023
1 parent 6201720 commit 8f7cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/mainframe/windowkeeper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void WindowKeeper::layoutWindow(DMainWindow *window)

createMainMenu(d->mainMenu);

//createStatusBar(window);
createStatusBar(window);

window->setWindowTitle("Deepin Union Code");
window->setWindowIcon(QIcon(":/core/images/[email protected]"));
Expand Down

0 comments on commit 8f7cdf3

Please sign in to comment.