Update snap
This commit is contained in:
parent
720669d71b
commit
a2934669d2
|
|
@ -135,7 +135,7 @@ void main({bool isTesting = false}) async {
|
|||
);
|
||||
}
|
||||
|
||||
if (isDesktopOS() && !isMacOS()) {
|
||||
if (isWindows()) {
|
||||
doWhenWindowReady(() {
|
||||
final win = appWindow;
|
||||
win.title = 'Invoice Ninja';
|
||||
|
|
|
|||
|
|
@ -296,7 +296,7 @@ class MainScreen extends StatelessWidget {
|
|||
policy: ReadingOrderTraversalPolicy(),
|
||||
child: Column(
|
||||
children: [
|
||||
if (isDesktopOS() && !isMacOS()) AppTitleBar(),
|
||||
if (isWindows()) AppTitleBar(),
|
||||
Expanded(
|
||||
child: ChangeLayoutBanner(
|
||||
appLayout: prefState.appLayout,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: invoiceninja
|
||||
version: '1.0.3'
|
||||
version: '1.0.4'
|
||||
summary: Online Invoicing
|
||||
description: Create invoices, accept payments, track expenses & time-tasks
|
||||
confinement: strict
|
||||
|
|
|
|||
Loading…
Reference in New Issue