Skip to content

Menu Bar: Implement File -> Exit (Close Window) #223

Description

@ZhuchkaTriplesix

The File -> Exit button in the top menu bar currently does not perform any action when pressed.

Proposed Solution:
Modify lib/features/main_screen/querya_window_title_bar.dart and bind the onPressed callback to appWindow.close() from the bitsdojo_window package:

MenuButton(
  onPressed: (_) => appWindow.close(),
  child: const Text('Exit'),
)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions