Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
ui(Window): Set title on start
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis committed Mar 5, 2023
1 parent eb6daa7 commit 3b2c7f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 122 deletions.
122 changes: 0 additions & 122 deletions buhocms.txt

This file was deleted.

1 change: 1 addition & 0 deletions lib/src/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class _AppState extends State<App> with WindowListener {
void initState() {
windowManager.addListener(this);
windowManager.setMinimumSize(const Size(400, 200));
windowManager.setTitle('BuhoCMS');
super.initState();
}

Expand Down

0 comments on commit 3b2c7f1

Please sign in to comment.