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(() {
|
doWhenWindowReady(() {
|
||||||
final win = appWindow;
|
final win = appWindow;
|
||||||
win.title = 'Invoice Ninja';
|
win.title = 'Invoice Ninja';
|
||||||
|
|
|
||||||
|
|
@ -296,7 +296,7 @@ class MainScreen extends StatelessWidget {
|
||||||
policy: ReadingOrderTraversalPolicy(),
|
policy: ReadingOrderTraversalPolicy(),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
if (isDesktopOS() && !isMacOS()) AppTitleBar(),
|
if (isWindows()) AppTitleBar(),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: ChangeLayoutBanner(
|
child: ChangeLayoutBanner(
|
||||||
appLayout: prefState.appLayout,
|
appLayout: prefState.appLayout,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: invoiceninja
|
name: invoiceninja
|
||||||
version: '1.0.3'
|
version: '1.0.4'
|
||||||
summary: Online Invoicing
|
summary: Online Invoicing
|
||||||
description: Create invoices, accept payments, track expenses & time-tasks
|
description: Create invoices, accept payments, track expenses & time-tasks
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue