App title, removed preferences button
This commit is contained in:
@@ -62,7 +62,7 @@ class LumosApplication(Adw.Application):
|
||||
def on_about_action(self, widget, _):
|
||||
"""Callback for the app.about action."""
|
||||
about = Adw.AboutWindow(transient_for=self.props.active_window,
|
||||
application_name='lumos',
|
||||
application_name='Lumos',
|
||||
application_icon='eu.ichibi.Lumos',
|
||||
developer_name='Daniele Verducci',
|
||||
version='0.1.0',
|
||||
|
@@ -138,10 +138,12 @@
|
||||
</template>
|
||||
<menu id="primary_menu">
|
||||
<section>
|
||||
<!--
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Preferences</attribute>
|
||||
<attribute name="action">app.preferences</attribute>
|
||||
</item>
|
||||
-->
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute>
|
||||
<attribute name="action">win.show-help-overlay</attribute>
|
||||
|
Reference in New Issue
Block a user