You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.unsupp_label=Gtk.Label.new(str=f'<big>{_("<big><b>You have an unsupported environment installed.</b></big>\nPlease use one of these environments: {}.")}</big>'.format(', '.join(set(desktop_map.values())))); self.unsupp_label.set_use_markup(True); self.unsupp_label.set_justify(Gtk.Justification.CENTER); self.unsupp_label.set_wrap(True); self.pBox.append(self.unsupp_label)
141
165
142
-
# Switch between ViewSwitcherTitle and ViewSwitcherBar based on the Adw.Breakpoint status
143
-
def_setup_switcher_responsive(self):
144
-
self.break_point=Adw.Breakpoint.new(
145
-
Adw.BreakpointCondition.parse("max-width: 400sp")
146
-
)
147
-
148
-
# When activating a narrow breakpoint, display the switcher_bar
0 commit comments