mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
reworked apple plugin
Unread Messages show as Dock-Badges like Mail does DockBouncing reenabled Added DockMenu (rightclick Dock) to do: add MacOSX MenuBar when using other Look&Feels Growl.plugin git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12224 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
49e329ae99
commit
3de869edc6
@ -455,13 +455,13 @@ public final class MainWindow extends ChatFrame implements ActionListener {
|
||||
}
|
||||
});
|
||||
|
||||
if ((Spark.isWindows() || Spark.isLinux()) && !Default.getBoolean("DISABLE_EXIT")) {
|
||||
if ((Spark.isWindows() || Spark.isLinux()) || Spark.isMac() && !Default.getBoolean("DISABLE_EXIT")) {
|
||||
connectMenu.add(logoutMenuItem);
|
||||
connectMenu.add(logoutWithStatus);
|
||||
connectMenu.addSeparator();
|
||||
}
|
||||
|
||||
if (!Spark.isMac() && !Default.getBoolean("DISABLE_EXIT")) {
|
||||
if (!Default.getBoolean("DISABLE_EXIT")) {
|
||||
connectMenu.add(exitMenuItem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user